Html Css Color HEX #848C08 Olive

📋 copy color: '#848C08'

red 132 ◦ green 140 ◦ blue 8

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

Shades of Olive #848C08

Tints of Olive #848C08

RGB

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

 GREEN value IS 140 (55.08% from 255) = 50%

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

R = 47.14%
G = 50%
B = 2.86%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.94

 K value IS 0.45

RGB Variations

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

Color information

#848C08 (or 0x848C08) is known color: Olive. HEX triplet: 84, 8C and 08. RGB value is (132,140,8). Sum of RGB (Red+Green+Blue) = 132+140+8=280 (37% of max value = 765). Red value is 132 (51.95% from 255 or 47.14% from 280); Green value is 140 (55.08% from 255 or 50% from 280); Blue value is 8 (3.52% from 255 or 2.86% from 280); Max value from RGB is 140 - color contains mainly: green. Hex color #848C08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848C08 is #7B73F7. Grayscale: #7B7B7B. Windows color (decimal): -8090616 or 560260. OLE color: 560260.

HSL color Cylindrical-coordinate representation of color #848C08: hue angle of 63.64º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #848C08 is Cyan = 0.06, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.45.

Color convert

RGB 132 140 8 -
CMYK 0.06 0 0.94 0.45
HSL 63.64º 0.89% 0.29% -
HSV(B) 63.64º 0.94% 0.55% -
XYZ 18.94 23.68 3.8 -
YUV 122.56 63.35 134.73 -
System Red Green Blue C M Y K H S L
Decimal 132 140 8 0.06 0 0.94 0.45 63.64 0.89 0.29
Hex 84 8C 8 6 0 5E 2D 40 59 1D
Octal 204 214 10 6 0 136 55 100 131 35
Binary 10000100 10001100 1000 110 0 1011110 101101 1000000 1011001 11101

Color Harmonies of #848C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848C08

Black with #848C08

Text Example


Text Example

White with #848C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848C08; }

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

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

background-color css

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

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

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

border-color css

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

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

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