Html Css Color HEX #848E06 Olive

📋 copy color: '#848E06'

red 132 ◦ green 142 ◦ blue 6

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

Shades of Olive #848E06

Tints of Olive #848E06

RGB

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

 GREEN value IS 142 (55.86% from 255) = 50.71%

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

R = 47.14%
G = 50.71%
B = 2.14%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.96

 K value IS 0.44

RGB Variations

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

Color information

#848E06 (or 0x848E06) is known color: Olive. HEX triplet: 84, 8E and 06. RGB value is (132,142,6). Sum of RGB (Red+Green+Blue) = 132+142+6=280 (37% of max value = 765). Red value is 132 (51.95% from 255 or 47.14% from 280); Green value is 142 (55.86% from 255 or 50.71% from 280); Blue value is 6 (2.73% from 255 or 2.14% from 280); Max value from RGB is 142 - color contains mainly: green. Hex color #848E06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848E06 is #7B71F9. Grayscale: #7C7C7C. Windows color (decimal): -8090106 or 429700. OLE color: 429700.

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

Color convert

RGB 132 142 6 -
CMYK 0.07 0 0.96 0.44
HSL 64.41º 0.92% 0.29% -
HSV(B) 64.41º 0.96% 0.56% -
XYZ 19.22 24.26 3.84 -
YUV 123.51 61.69 134.06 -
System Red Green Blue C M Y K H S L
Decimal 132 142 6 0.07 0 0.96 0.44 64.41 0.92 0.29
Hex 84 8E 6 7 0 60 2C 40 5C 1D
Octal 204 216 6 7 0 140 54 100 134 35
Binary 10000100 10001110 110 111 0 1100000 101100 1000000 1011100 11101

Color Harmonies of #848E06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848E06

Black with #848E06

Text Example


Text Example

White with #848E06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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