Html Css Color HEX #999000 Olive

📋 copy color: '#999000'

red 153 ◦ green 144 ◦ blue 0

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

Shades of Olive #999000

Tints of Olive #999000

RGB

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

 GREEN value IS 144 (56.64% from 255) = 48.48%

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

R = 51.52%
G = 48.48%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.4

RGB Variations

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

Color information

#999000 (or 0x999000) is known color: Olive. HEX triplet: 99, 90 and 00. RGB value is (153,144,0). Sum of RGB (Red+Green+Blue) = 153+144+0=297 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.52% from 297); Green value is 144 (56.64% from 255 or 48.48% from 297); Blue value is 0 (0.39% from 255 or 0% from 297); Max value from RGB is 153 - color contains mainly: red. Hex color #999000 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999000 is #666FFF. Grayscale: #828282. Windows color (decimal): -6713344 or 37017. OLE color: 37017.

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

Color convert

RGB 153 144 0 -
CMYK 0 0.06 1 0.4
HSL 56.47º 1% 0.3% -
HSV(B) 56.47º 1% 0.6% -
XYZ 23.11 26.72 3.94 -
YUV 130.28 54.48 144.21 -
System Red Green Blue C M Y K H S L
Decimal 153 144 0 0 0.06 1 0.4 56.47 1 0.3
Hex 99 90 0 0 6 64 28 38 64 1E
Octal 231 220 0 0 6 144 50 70 144 36
Binary 10011001 10010000 0 0 110 1100100 101000 111000 1100100 11110

Color Harmonies of #999000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999000

Black with #999000

Text Example


Text Example

White with #999000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999000; }

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

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

background-color css

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

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

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

border-color css

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

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

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