Html Css Color HEX #76845F Camouflage Green

📋 copy color: '#76845F'

red 118 ◦ green 132 ◦ blue 95

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

Shades of Camouflage Green #76845F

Tints of Camouflage Green #76845F

RGB

 RED value IS 118 (46.48% from 255) = 34.2%

 GREEN value IS 132 (51.95% from 255) = 38.26%

 BLUE value IS 95 (37.5% from 255) = 27.54%

R = 34.2%
G = 38.26%
B = 27.54%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.28

 K value IS 0.48

RGB Variations

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

Color information

#76845F (or 0x76845F) is known color: Camouflage Green. HEX triplet: 76, 84 and 5F. RGB value is (118,132,95). Sum of RGB (Red+Green+Blue) = 118+132+95=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 95 (37.5% from 255 or 27.54% from 345); Max value from RGB is 132 - color contains mainly: green. Hex color #76845F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76845F is #897BA0. Grayscale: #7B7B7B. Windows color (decimal): -9010081 or 6259830. OLE color: 6259830.

HSL color Cylindrical-coordinate representation of color #76845F: hue angle of 82.7º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #76845F is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.48.

Color convert

RGB 118 132 95 -
CMYK 0.11 0 0.28 0.48
HSL 82.7º 0.16% 0.45% -
HSV(B) 82.7º 0.28% 0.52% -
XYZ 17.79 21.18 13.98 -
YUV 123.6 111.86 124.01 -
System Red Green Blue C M Y K H S L
Decimal 118 132 95 0.11 0 0.28 0.48 82.7 0.16 0.45
Hex 76 84 5F B 0 1C 30 53 10 2D
Octal 166 204 137 13 0 34 60 123 20 55
Binary 1110110 10000100 1011111 1011 0 11100 110000 1010011 10000 101101

Color Harmonies of #76845F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76845F

Black with #76845F

Text Example


Text Example

White with #76845F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76845F; }

 p { color: rgb(118,132,95); }

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

background-color css

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

 a { background-color: rgb(118,132,95); }

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

border-color css

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

 span { border-color: rgb(118,132,95); }

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