Html Css Color HEX #908008 Olive

📋 copy color: '#908008'

red 144 ◦ green 128 ◦ blue 8

#908008
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive #908008

Tints of Olive #908008

RGB

 RED value IS 144 (56.64% from 255) = 51.43%

 GREEN value IS 128 (50.39% from 255) = 45.71%

 BLUE value IS 8 (3.52% from 255) = 2.86%

R = 51.43%
G = 45.71%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.44

RGB Variations

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

Color information

#908008 (or 0x908008) is known color: Olive. HEX triplet: 90, 80 and 08. RGB value is (144,128,8). Sum of RGB (Red+Green+Blue) = 144+128+8=280 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.43% from 280); Green value is 128 (50.39% from 255 or 45.71% from 280); Blue value is 8 (3.52% from 255 or 2.86% from 280); Max value from RGB is 144 - color contains mainly: red. Hex color #908008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908008 is #6F7FF7. Grayscale: #777777. Windows color (decimal): -7307256 or 557200. OLE color: 557200.

HSL color Cylindrical-coordinate representation of color #908008: hue angle of 52.94º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #908008 is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 128 8 -
CMYK 0 0.11 0.94 0.44
HSL 52.94º 0.89% 0.3% -
HSV(B) 52.94º 0.94% 0.56% -
XYZ 19.26 21.39 3.34 -
YUV 119.1 65.3 145.76 -
System Red Green Blue C M Y K H S L
Decimal 144 128 8 0 0.11 0.94 0.44 52.94 0.89 0.3
Hex 90 80 8 0 B 5E 2C 35 59 1E
Octal 220 200 10 0 13 136 54 65 131 36
Binary 10010000 10000000 1000 0 1011 1011110 101100 110101 1011001 11110

Color Harmonies of #908008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908008

Black with #908008

Text Example


Text Example

White with #908008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908008; }

 p { color: rgb(144,128,8); }

 H1.HeaderClassName
 {
   color: #908008;
 }
 .AnyTagClassName
 {
   color: #908008;
 }
</style>

background-color css

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

 a { background-color: rgb(144,128,8); }

 div.DivClassName
 {
   background-color: #908008;
 }
 .BgClassName
 {
   background-color: #908008;
 }
</style>

border-color css

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

 span { border-color: rgb(144,128,8); }

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