Html Css Color HEX #999003 Olive

📋 copy color: '#999003'

red 153 ◦ green 144 ◦ blue 3

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

Shades of Olive #999003

Tints of Olive #999003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1%

R = 51%
G = 48%
B = 1%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.98

 K value IS 0.4

RGB Variations

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

Color information

#999003 (or 0x999003) is known color: Olive. HEX triplet: 99, 90 and 03. RGB value is (153,144,3). Sum of RGB (Red+Green+Blue) = 153+144+3=300 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51% from 300); Green value is 144 (56.64% from 255 or 48% from 300); Blue value is 3 (1.56% from 255 or 1% from 300); Max value from RGB is 153 - color contains mainly: red. Hex color #999003 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #999003 is #666FFC. Grayscale: #838383. Windows color (decimal): -6713341 or 233625. OLE color: 233625.

HSL color Cylindrical-coordinate representation of color #999003: hue angle of 56.4º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #999003 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 144 3 -
CMYK 0 0.06 0.98 0.4
HSL 56.4º 0.96% 0.31% -
HSV(B) 56.4º 0.98% 0.6% -
XYZ 23.13 26.73 4.03 -
YUV 130.62 55.98 143.96 -
System Red Green Blue C M Y K H S L
Decimal 153 144 3 0 0.06 0.98 0.4 56.4 0.96 0.31
Hex 99 90 3 0 6 62 28 38 60 1F
Octal 231 220 3 0 6 142 50 70 140 37
Binary 10011001 10010000 11 0 110 1100010 101000 111000 1100000 11111

Color Harmonies of #999003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #999003

Black with #999003

Text Example


Text Example

White with #999003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #999003; }

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

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

background-color css

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

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

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

border-color css

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

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

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