Html Css Color HEX #848706 Olive

📋 copy color: '#848706'

red 132 ◦ green 135 ◦ blue 6

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

Shades of Olive #848706

Tints of Olive #848706

RGB

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

 GREEN value IS 135 (53.13% from 255) = 49.45%

 BLUE value IS 6 (2.73% from 255) = 2.2%

R = 48.35%
G = 49.45%
B = 2.2%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.96

 K value IS 0.47

RGB Variations

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

Color information

#848706 (or 0x848706) is known color: Olive. HEX triplet: 84, 87 and 06. RGB value is (132,135,6). Sum of RGB (Red+Green+Blue) = 132+135+6=273 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.35% from 273); Green value is 135 (53.12% from 255 or 49.45% from 273); Blue value is 6 (2.73% from 255 or 2.20% from 273); Max value from RGB is 135 - color contains mainly: green. Hex color #848706 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848706 is #7B78F9. Grayscale: #777777. Windows color (decimal): -8091898 or 427908. OLE color: 427908.

HSL color Cylindrical-coordinate representation of color #848706: hue angle of 61.4º degrees, saturation: 0.91, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #848706 is Cyan = 0.02, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.47.

Color convert

RGB 132 135 6 -
CMYK 0.02 0 0.96 0.47
HSL 61.4º 0.91% 0.28% -
HSV(B) 61.4º 0.96% 0.53% -
XYZ 18.21 22.25 3.51 -
YUV 119.4 64.01 136.99 -
System Red Green Blue C M Y K H S L
Decimal 132 135 6 0.02 0 0.96 0.47 61.4 0.91 0.28
Hex 84 87 6 2 0 60 2F 3D 5B 1C
Octal 204 207 6 2 0 140 57 75 133 34
Binary 10000100 10000111 110 10 0 1100000 101111 111101 1011011 11100

Color Harmonies of #848706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848706

Black with #848706

Text Example


Text Example

White with #848706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848706; }

 p { color: rgb(132,135,6); }

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

background-color css

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

 a { background-color: rgb(132,135,6); }

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

border-color css

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

 span { border-color: rgb(132,135,6); }

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