Html Css Color HEX #999600 Olive

📋 copy color: '#999600'

red 153 ◦ green 150 ◦ blue 0

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

Shades of Olive #999600

Tints of Olive #999600

RGB

 RED value IS 153 (60.16% from 255) = 50.5%

 GREEN value IS 150 (58.98% from 255) = 49.5%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.5%
G = 49.5%
B = 0%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 1

 K value IS 0.4

RGB Variations

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

Color information

#999600 (or 0x999600) is known color: Olive. HEX triplet: 99, 96 and 00. RGB value is (153,150,0). Sum of RGB (Red+Green+Blue) = 153+150+0=303 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.50% from 303); Green value is 150 (58.98% from 255 or 49.50% from 303); Blue value is 0 (0.39% from 255 or 0% from 303); Max value from RGB is 153 - color contains mainly: red. Hex color #999600 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999600 is #6669FF. Grayscale: #868686. Windows color (decimal): -6711808 or 38553. OLE color: 38553.

HSL color Cylindrical-coordinate representation of color #999600: hue angle of 58.82º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #999600 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 150 0 -
CMYK 0 0.02 1 0.4
HSL 58.82º 1% 0.3% -
HSV(B) 58.82º 1% 0.6% -
XYZ 24.04 28.59 4.25 -
YUV 133.8 52.49 141.7 -
System Red Green Blue C M Y K H S L
Decimal 153 150 0 0 0.02 1 0.4 58.82 1 0.3
Hex 99 96 0 0 2 64 28 3B 64 1E
Octal 231 226 0 0 2 144 50 73 144 36
Binary 10011001 10010110 0 0 10 1100100 101000 111011 1100100 11110

Color Harmonies of #999600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999600

Black with #999600

Text Example


Text Example

White with #999600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999600; }

 p { color: rgb(153,150,0); }

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

background-color css

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

 a { background-color: rgb(153,150,0); }

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

border-color css

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

 span { border-color: rgb(153,150,0); }

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