Html Css Color HEX #76835F Camouflage Green

📋 copy color: '#76835F'

red 118 ◦ green 131 ◦ blue 95

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

Shades of Camouflage Green #76835F

Tints of Camouflage Green #76835F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 38.08%

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

R = 34.3%
G = 38.08%
B = 27.62%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#76835F (or 0x76835F) is known color: Camouflage Green. HEX triplet: 76, 83 and 5F. RGB value is (118,131,95). Sum of RGB (Red+Green+Blue) = 118+131+95=344 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.30% from 344); Green value is 131 (51.56% from 255 or 38.08% from 344); Blue value is 95 (37.5% from 255 or 27.62% from 344); Max value from RGB is 131 - color contains mainly: green. Hex color #76835F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76835F is #897CA0. Grayscale: #7B7B7B. Windows color (decimal): -9010337 or 6259574. OLE color: 6259574.

HSL color Cylindrical-coordinate representation of color #76835F: hue angle of 81.67º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #76835F is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.49.

Color convert

RGB 118 131 95 -
CMYK 0.10 0 0.27 0.49
HSL 81.67º 0.16% 0.44% -
HSV(B) 81.67º 0.27% 0.51% -
XYZ 17.65 20.91 13.93 -
YUV 123.01 112.19 124.43 -
System Red Green Blue C M Y K H S L
Decimal 118 131 95 0.10 0 0.27 0.49 81.67 0.16 0.44
Hex 76 83 5F A 0 1B 31 52 10 2C
Octal 166 203 137 12 0 33 61 122 20 54
Binary 1110110 10000011 1011111 1010 0 11011 110001 1010010 10000 101100

Color Harmonies of #76835F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76835F

Black with #76835F

Text Example


Text Example

White with #76835F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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