Html Css Color HEX #908006 Olive

📋 copy color: '#908006'

red 144 ◦ green 128 ◦ blue 6

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

Shades of Olive #908006

Tints of Olive #908006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.16%

R = 51.8%
G = 46.04%
B = 2.16%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.96

 K value IS 0.44

RGB Variations

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

Color information

#908006 (or 0x908006) is known color: Olive. HEX triplet: 90, 80 and 06. RGB value is (144,128,6). Sum of RGB (Red+Green+Blue) = 144+128+6=278 (36% of max value = 765). Red value is 144 (56.64% from 255 or 51.80% from 278); Green value is 128 (50.39% from 255 or 46.04% from 278); Blue value is 6 (2.73% from 255 or 2.16% from 278); Max value from RGB is 144 - color contains mainly: red. Hex color #908006 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908006 is #6F7FF9. Grayscale: #777777. Windows color (decimal): -7307258 or 426128. OLE color: 426128.

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

Color convert

RGB 144 128 6 -
CMYK 0 0.11 0.96 0.44
HSL 53.04º 0.92% 0.29% -
HSV(B) 53.04º 0.96% 0.56% -
XYZ 19.25 21.38 3.28 -
YUV 118.88 64.3 145.92 -
System Red Green Blue C M Y K H S L
Decimal 144 128 6 0 0.11 0.96 0.44 53.04 0.92 0.29
Hex 90 80 6 0 B 60 2C 35 5C 1D
Octal 220 200 6 0 13 140 54 65 134 35
Binary 10010000 10000000 110 0 1011 1100000 101100 110101 1011100 11101

Color Harmonies of #908006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908006

Black with #908006

Text Example


Text Example

White with #908006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908006; }

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

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

background-color css

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

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

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

border-color css

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

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

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