Html Css Color HEX #848008 Olive

📋 copy color: '#848008'

red 132 ◦ green 128 ◦ blue 8

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

Shades of Olive #848008

Tints of Olive #848008

RGB

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

 GREEN value IS 128 (50.39% from 255) = 47.76%

 BLUE value IS 8 (3.52% from 255) = 2.99%

R = 49.25%
G = 47.76%
B = 2.99%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.48

RGB Variations

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

Color information

#848008 (or 0x848008) is known color: Olive. HEX triplet: 84, 80 and 08. RGB value is (132,128,8). Sum of RGB (Red+Green+Blue) = 132+128+8=268 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.25% from 268); Green value is 128 (50.39% from 255 or 47.76% from 268); Blue value is 8 (3.52% from 255 or 2.99% from 268); Max value from RGB is 132 - color contains mainly: red. Hex color #848008 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848008 is #7B7FF7. Grayscale: #747474. Windows color (decimal): -8093688 or 557188. OLE color: 557188.

HSL color Cylindrical-coordinate representation of color #848008: hue angle of 58.06º degrees, saturation: 0.89, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #848008 is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.48.

Color convert

RGB 132 128 8 -
CMYK 0 0.03 0.94 0.48
HSL 58.06º 0.89% 0.27% -
HSV(B) 58.06º 0.94% 0.52% -
XYZ 17.28 20.36 3.25 -
YUV 115.52 67.33 139.76 -
System Red Green Blue C M Y K H S L
Decimal 132 128 8 0 0.03 0.94 0.48 58.06 0.89 0.27
Hex 84 80 8 0 3 5E 30 3A 59 1B
Octal 204 200 10 0 3 136 60 72 131 33
Binary 10000100 10000000 1000 0 11 1011110 110000 111010 1011001 11011

Color Harmonies of #848008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848008

Black with #848008

Text Example


Text Example

White with #848008

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848008; }

 p { color: rgb(132,128,8); }

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

background-color css

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

 a { background-color: rgb(132,128,8); }

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

border-color css

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

 span { border-color: rgb(132,128,8); }

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