Html Css Color HEX #848E00 Olive

📋 copy color: '#848E00'

red 132 ◦ green 142 ◦ blue 0

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

Shades of Olive #848E00

Tints of Olive #848E00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 48.18%
G = 51.82%
B = 0%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 1

 K value IS 0.44

RGB Variations

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

Color information

#848E00 (or 0x848E00) is known color: Olive. HEX triplet: 84, 8E and 00. RGB value is (132,142,0). Sum of RGB (Red+Green+Blue) = 132+142+0=274 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.18% from 274); Green value is 142 (55.86% from 255 or 51.82% from 274); Blue value is 0 (0.39% from 255 or 0% from 274); Max value from RGB is 142 - color contains mainly: green. Hex color #848E00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848E00 is #7B71FF. Grayscale: #7B7B7B. Windows color (decimal): -8090112 or 36484. OLE color: 36484.

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

Color convert

RGB 132 142 0 -
CMYK 0.07 0 1 0.44
HSL 64.23º 1% 0.28% -
HSV(B) 64.23º 1% 0.56% -
XYZ 19.19 24.25 3.67 -
YUV 122.82 58.69 134.55 -
System Red Green Blue C M Y K H S L
Decimal 132 142 0 0.07 0 1 0.44 64.23 1 0.28
Hex 84 8E 0 7 0 64 2C 40 64 1C
Octal 204 216 0 7 0 144 54 100 144 34
Binary 10000100 10001110 0 111 0 1100100 101100 1000000 1100100 11100

Color Harmonies of #848E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848E00

Black with #848E00

Text Example


Text Example

White with #848E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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