#74800B

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

Shades of Olive #74800B

Tints of Olive #74800B

Color information

#74800B (or 0x74800B) is unknown color: approx Olive. HEX triplet: 74, 80 and 0B. RGB value is (116,128,11). Sum of RGB (Red+Green+Blue) = 116+128+11=255 (33% of max value = 765). Red value is 116 (45.70% from 255 or 45.49% from 255); Green value is 128 (50.39% from 255 or 50.20% from 255); Blue value is 11 (4.69% from 255 or 4.31% from 255); Max value from RGB is 128 - color contains mainly: green. Hex color #74800B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #74800B is #8B7FF4. Grayscale: #6F6F6F. Windows color (decimal): -9142261 or 753780. OLE color: 753780.

HSL color Cylindrical-coordinate representation of color #74800B: hue angle of 66.15º degrees, saturation: 0.84, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #74800B is Cyan = 0.09, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.50.

Color convert

RGB11612811-
CMYK0.0900.910.50
HSL66.15º84.17%27.25%-
HSV(B)66.15º91.41%50.2%-
XYZ14.9819.183.23-
YUV111.0771.52131.51-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 45.49%
GREEN value IS 128 (50.39% from 255) = 50.20%
BLUE value IS 11 (4.69% from 255) = 4.31%
R=45.49%
G=50.20%
B=4.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal116128110.0900.910.5066.1584.1727.25
Hex7480B905B3242541b
Octal164200131101336210212433
Binary11101001000000010111001010110111100101000010101010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74800B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74800B; }

 p { color: rgb(116,128,11); }

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

<style>
 a { background-color: #74800B; }

 a { background-color: rgb(116,128,11); }

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

<style>
 span { border-color: #74800B; }

 span { border-color: rgb(116,128,11); }

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