Html Css Color HEX #908004 Olive

📋 copy color: '#908004'

red 144 ◦ green 128 ◦ blue 4

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

Shades of Olive #908004

Tints of Olive #908004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.45%

R = 52.17%
G = 46.38%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.97

 K value IS 0.44

RGB Variations

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

Color information

#908004 (or 0x908004) is known color: Olive. HEX triplet: 90, 80 and 04. RGB value is (144,128,4). Sum of RGB (Red+Green+Blue) = 144+128+4=276 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.17% from 276); Green value is 128 (50.39% from 255 or 46.38% from 276); Blue value is 4 (1.95% from 255 or 1.45% from 276); Max value from RGB is 144 - color contains mainly: red. Hex color #908004 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908004 is #6F7FFB. Grayscale: #777777. Windows color (decimal): -7307260 or 295056. OLE color: 295056.

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

Color convert

RGB 144 128 4 -
CMYK 0 0.11 0.97 0.44
HSL 53.14º 0.95% 0.29% -
HSV(B) 53.14º 0.97% 0.56% -
XYZ 19.24 21.38 3.23 -
YUV 118.65 63.3 146.08 -
System Red Green Blue C M Y K H S L
Decimal 144 128 4 0 0.11 0.97 0.44 53.14 0.95 0.29
Hex 90 80 4 0 B 61 2C 35 5F 1D
Octal 220 200 4 0 13 141 54 65 137 35
Binary 10010000 10000000 100 0 1011 1100001 101100 110101 1011111 11101

Color Harmonies of #908004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908004

Black with #908004

Text Example


Text Example

White with #908004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908004; }

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

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

background-color css

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

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

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

border-color css

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

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

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