Html Css Color HEX #848700 Olive

📋 copy color: '#848700'

red 132 ◦ green 135 ◦ blue 0

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

Shades of Olive #848700

Tints of Olive #848700

RGB

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

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

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

R = 49.44%
G = 50.56%
B = 0%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 1

 K value IS 0.47

RGB Variations

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

Color information

#848700 (or 0x848700) is known color: Olive. HEX triplet: 84, 87 and 00. RGB value is (132,135,0). Sum of RGB (Red+Green+Blue) = 132+135+0=267 (35% of max value = 765). Red value is 132 (51.95% from 255 or 49.44% from 267); Green value is 135 (53.12% from 255 or 50.56% from 267); Blue value is 0 (0.39% from 255 or 0% from 267); Max value from RGB is 135 - color contains mainly: green. Hex color #848700 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #848700 is #7B78FF. Grayscale: #777777. Windows color (decimal): -8091904 or 34692. OLE color: 34692.

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

Color convert

RGB 132 135 0 -
CMYK 0.02 0 1 0.47
HSL 61.33º 1% 0.26% -
HSV(B) 61.33º 1% 0.53% -
XYZ 18.18 22.23 3.33 -
YUV 118.71 61.01 137.48 -
System Red Green Blue C M Y K H S L
Decimal 132 135 0 0.02 0 1 0.47 61.33 1 0.26
Hex 84 87 0 2 0 64 2F 3D 64 1A
Octal 204 207 0 2 0 144 57 75 144 32
Binary 10000100 10000111 0 10 0 1100100 101111 111101 1100100 11010

Color Harmonies of #848700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848700

Black with #848700

Text Example


Text Example

White with #848700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #848700; }

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

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

background-color css

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

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

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

border-color css

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

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

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