#74880E

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

Shades of Olive #74880E

Tints of Olive #74880E

Color information

#74880E (or 0x74880E) is unknown color: approx Olive. HEX triplet: 74, 88 and 0E. RGB value is (116,136,14). Sum of RGB (Red+Green+Blue) = 116+136+14=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 136 (53.52% from 255 or 51.13% from 266); Blue value is 14 (5.86% from 255 or 5.26% from 266); Max value from RGB is 136 - color contains mainly: green. Hex color #74880E is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74880E is #8B77F1. Grayscale: #747474. Windows color (decimal): -9140210 or 952436. OLE color: 952436.

HSL color Cylindrical-coordinate representation of color #74880E: hue angle of 69.84º degrees, saturation: 0.81, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #74880E is Cyan = 0.15, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.47.

Color convert

RGB11613614-
CMYK0.1500.900.47
HSL69.84º81.33%29.41%-
HSV(B)69.84º89.71%53.33%-
XYZ16.0921.353.69-
YUV116.1170.37127.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.61%
GREEN value IS 136 (53.52% from 255) = 51.13%
BLUE value IS 14 (5.86% from 255) = 5.26%
R=43.61%
G=51.13%
B=5.26%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116136140.1500.900.4769.8481.3329.41
Hex7488EF05A2F46511d
Octal164210161701325710612135
Binary11101001000100011101111010110101011111000110101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74880E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74880E; }

 p { color: rgb(116,136,14); }

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

<style>
 a { background-color: #74880E; }

 a { background-color: rgb(116,136,14); }

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

<style>
 span { border-color: #74880E; }

 span { border-color: rgb(116,136,14); }

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