Html Css Color HEX #849003 Olive

📋 copy color: '#849003'

red 132 ◦ green 144 ◦ blue 3

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

Shades of Olive #849003

Tints of Olive #849003

RGB

 RED value IS 132 (51.95% from 255) = 47.31%

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

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

R = 47.31%
G = 51.61%
B = 1.08%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.98

 K value IS 0.44

RGB Variations

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

Color information

#849003 (or 0x849003) is known color: Olive. HEX triplet: 84, 90 and 03. RGB value is (132,144,3). Sum of RGB (Red+Green+Blue) = 132+144+3=279 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.31% from 279); Green value is 144 (56.64% from 255 or 51.61% from 279); Blue value is 3 (1.56% from 255 or 1.08% from 279); Max value from RGB is 144 - color contains mainly: green. Hex color #849003 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #849003 is #7B6FFC. Grayscale: #7C7C7C. Windows color (decimal): -8089597 or 233604. OLE color: 233604.

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

Color convert

RGB 132 144 3 -
CMYK 0.08 0 0.98 0.44
HSL 65.11º 0.96% 0.29% -
HSV(B) 65.11º 0.98% 0.56% -
XYZ 19.51 24.86 3.86 -
YUV 124.34 59.52 133.46 -
System Red Green Blue C M Y K H S L
Decimal 132 144 3 0.08 0 0.98 0.44 65.11 0.96 0.29
Hex 84 90 3 8 0 62 2C 41 60 1D
Octal 204 220 3 10 0 142 54 101 140 35
Binary 10000100 10010000 11 1000 0 1100010 101100 1000001 1100000 11101

Color Harmonies of #849003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #849003

Black with #849003

Text Example


Text Example

White with #849003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #849003; }

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

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

background-color css

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

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

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

border-color css

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

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

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