#74870F

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

Shades of Olive #74870F

Tints of Olive #74870F

Color information

#74870F (or 0x74870F) is unknown color: approx Olive. HEX triplet: 74, 87 and 0F. RGB value is (116,135,15). Sum of RGB (Red+Green+Blue) = 116+135+15=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 135 (53.12% from 255 or 50.75% from 266); Blue value is 15 (6.25% from 255 or 5.64% from 266); Max value from RGB is 135 - color contains mainly: green. Hex color #74870F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74870F is #8B78F0. Grayscale: #747474. Windows color (decimal): -9140465 or 1017716. OLE color: 1017716.

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

Color convert

RGB11613515-
CMYK0.1400.890.47
HSL69.5º80%29.41%-
HSV(B)69.5º88.89%52.94%-
XYZ15.9521.083.68-
YUV115.6471.21128.26-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.61%
GREEN value IS 135 (53.12% from 255) = 50.75%
BLUE value IS 15 (6.25% from 255) = 5.64%
R=43.61%
G=50.75%
B=5.64%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116135150.1400.890.4769.58029.41
Hex7487FE0592F46501d
Octal164207171601315710612035
Binary11101001000011111111110010110011011111000110101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74870F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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