Html Css Color HEX #999700 Olive

📋 copy color: '#999700'

red 153 ◦ green 151 ◦ blue 0

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

Shades of Olive #999700

Tints of Olive #999700

RGB

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

 GREEN value IS 151 (59.38% from 255) = 49.67%

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

R = 50.33%
G = 49.67%
B = 0%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1

 K value IS 0.4

RGB Variations

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

Color information

#999700 (or 0x999700) is known color: Olive. HEX triplet: 99, 97 and 00. RGB value is (153,151,0). Sum of RGB (Red+Green+Blue) = 153+151+0=304 (40% of max value = 765). Red value is 153 (60.16% from 255 or 50.33% from 304); Green value is 151 (59.38% from 255 or 49.67% from 304); Blue value is 0 (0.39% from 255 or 0% from 304); Max value from RGB is 153 - color contains mainly: red. Hex color #999700 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999700 is #6668FF. Grayscale: #868686. Windows color (decimal): -6711552 or 38809. OLE color: 38809.

HSL color Cylindrical-coordinate representation of color #999700: hue angle of 59.22º 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 #999700 is Cyan = 0, Magento = 0.01, Yellow = 1 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 151 0 -
CMYK 0 0.01 1 0.4
HSL 59.22º 1% 0.3% -
HSV(B) 59.22º 1% 0.6% -
XYZ 24.2 28.91 4.3 -
YUV 134.38 52.16 141.28 -
System Red Green Blue C M Y K H S L
Decimal 153 151 0 0 0.01 1 0.4 59.22 1 0.3
Hex 99 97 0 0 1 64 28 3B 64 1E
Octal 231 227 0 0 1 144 50 73 144 36
Binary 10011001 10010111 0 0 1 1100100 101000 111011 1100100 11110

Color Harmonies of #999700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999700

Black with #999700

Text Example


Text Example

White with #999700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999700; }

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

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

background-color css

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

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

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

border-color css

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

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

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