#74870A

Color #74870A Olive (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive #74870A

Tints of Olive #74870A

Color information

#74870A (or 0x74870A) is unknown color: approx Olive. HEX triplet: 74, 87 and 0A. RGB value is (116,135,10). Sum of RGB (Red+Green+Blue) = 116+135+10=261 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.44% from 261); Green value is 135 (53.12% from 255 or 51.72% from 261); Blue value is 10 (4.30% from 255 or 3.83% from 261); Max value from RGB is 135 - color contains mainly: green. Hex color #74870A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74870A is #8B78F5. Grayscale: #737373. Windows color (decimal): -9140470 or 690036. OLE color: 690036.

HSL color Cylindrical-coordinate representation of color #74870A: hue angle of 69.12º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #74870A is Cyan = 0.14, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.47.

Color convert

RGB11613510-
CMYK0.1400.930.47
HSL69.12º86.21%28.43%-
HSV(B)69.12º92.59%52.94%-
XYZ15.9221.063.51-
YUV115.0768.71128.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 116 (45.70% from 255) = 44.44%
GREEN value IS 135 (53.12% from 255) = 51.72%
BLUE value IS 10 (4.30% from 255) = 3.83%
R=44.44%
G=51.72%
B=3.83%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116135100.1400.930.4769.1286.2128.43
Hex7487AE05D2F45561c
Octal164207121601355710512634
Binary11101001000011110101110010111011011111000101101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74870A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74870A; }

 p { color: rgb(116,135,10); }

 H1.HeaderClassName
 {
   color: #74870A;
 }
 .AnyTagClassName
 {
   color: #74870A;
 }
</style>
background-color css

<style>
 a { background-color: #74870A; }

 a { background-color: rgb(116,135,10); }

 div.DivClassName
 {
   background-color: #74870A;
 }
 .BgClassName
 {
   background-color: #74870A;
 }
</style>
border-color css

<style>
 span { border-color: #74870A; }

 span { border-color: rgb(116,135,10); }

 td.TdClassName
 {
   border-color: #74870A;
 }
 .TagClassName
 {
   border-color: #74870A;
 }
</style>