Html Css Color HEX #848D77 Camouflage Green

📋 copy color: '#848D77'

red 132 ◦ green 141 ◦ blue 119

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

Shades of Camouflage Green #848D77

Tints of Camouflage Green #848D77

RGB

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

 GREEN value IS 141 (55.47% from 255) = 35.97%

 BLUE value IS 119 (46.88% from 255) = 30.36%

R = 33.67%
G = 35.97%
B = 30.36%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#848D77 (or 0x848D77) is known color: Camouflage Green. HEX triplet: 84, 8D and 77. RGB value is (132,141,119). Sum of RGB (Red+Green+Blue) = 132+141+119=392 (51% of max value = 765). Red value is 132 (51.95% from 255 or 33.67% from 392); Green value is 141 (55.47% from 255 or 35.97% from 392); Blue value is 119 (46.88% from 255 or 30.36% from 392); Max value from RGB is 141 - color contains mainly: green. Hex color #848D77 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848D77 is #7B7288. Grayscale: #878787. Windows color (decimal): -8090249 or 7835012. OLE color: 7835012.

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

Color convert

RGB 132 141 119 -
CMYK 0.06 0 0.16 0.45
HSL 84.55º 0.09% 0.51% -
HSV(B) 84.55º 0.16% 0.55% -
XYZ 22.37 25.29 21.15 -
YUV 135.8 118.52 125.29 -
System Red Green Blue C M Y K H S L
Decimal 132 141 119 0.06 0 0.16 0.45 84.55 0.09 0.51
Hex 84 8D 77 6 0 10 2D 55 9 33
Octal 204 215 167 6 0 20 55 125 11 63
Binary 10000100 10001101 1110111 110 0 10000 101101 1010101 1001 110011

Color Harmonies of #848D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #848D77

Black with #848D77

Text Example


Text Example

White with #848D77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,141,119); }

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

background-color css

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

 a { background-color: rgb(132,141,119); }

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

border-color css

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

 span { border-color: rgb(132,141,119); }

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