Html Css Color HEX #908002 Olive

📋 copy color: '#908002'

red 144 ◦ green 128 ◦ blue 2

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

Shades of Olive #908002

Tints of Olive #908002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.73%

R = 52.55%
G = 46.72%
B = 0.73%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.99

 K value IS 0.44

RGB Variations

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

Color information

#908002 (or 0x908002) is known color: Olive. HEX triplet: 90, 80 and 02. RGB value is (144,128,2). Sum of RGB (Red+Green+Blue) = 144+128+2=274 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.55% from 274); Green value is 128 (50.39% from 255 or 46.72% from 274); Blue value is 2 (1.17% from 255 or 0.73% from 274); Max value from RGB is 144 - color contains mainly: red. Hex color #908002 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #908002 is #6F7FFD. Grayscale: #767676. Windows color (decimal): -7307262 or 163984. OLE color: 163984.

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

Color convert

RGB 144 128 2 -
CMYK 0 0.11 0.99 0.44
HSL 53.24º 0.97% 0.29% -
HSV(B) 53.24º 0.99% 0.56% -
XYZ 19.23 21.37 3.17 -
YUV 118.42 62.3 146.25 -
System Red Green Blue C M Y K H S L
Decimal 144 128 2 0 0.11 0.99 0.44 53.24 0.97 0.29
Hex 90 80 2 0 B 63 2C 35 61 1D
Octal 220 200 2 0 13 143 54 65 141 35
Binary 10010000 10000000 10 0 1011 1100011 101100 110101 1100001 11101

Color Harmonies of #908002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #908002

Black with #908002

Text Example


Text Example

White with #908002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #908002; }

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

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

background-color css

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

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

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

border-color css

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

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

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