Html Css Color HEX #76835D Camouflage Green

📋 copy color: '#76835D'

red 118 ◦ green 131 ◦ blue 93

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

Shades of Camouflage Green #76835D

Tints of Camouflage Green #76835D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 27.19%

R = 34.5%
G = 38.3%
B = 27.19%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#76835D (or 0x76835D) is known color: Camouflage Green. HEX triplet: 76, 83 and 5D. RGB value is (118,131,93). Sum of RGB (Red+Green+Blue) = 118+131+93=342 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.50% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 131 - color contains mainly: green. Hex color #76835D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76835D is #897CA2. Grayscale: #7A7A7A. Windows color (decimal): -9010339 or 6128502. OLE color: 6128502.

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

Color convert

RGB 118 131 93 -
CMYK 0.10 0 0.29 0.49
HSL 80.53º 0.17% 0.44% -
HSV(B) 80.53º 0.29% 0.51% -
XYZ 17.56 20.87 13.46 -
YUV 122.78 111.19 124.59 -
System Red Green Blue C M Y K H S L
Decimal 118 131 93 0.10 0 0.29 0.49 80.53 0.17 0.44
Hex 76 83 5D A 0 1D 31 51 11 2C
Octal 166 203 135 12 0 35 61 121 21 54
Binary 1110110 10000011 1011101 1010 0 11101 110001 1010001 10001 101100

Color Harmonies of #76835D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76835D

Black with #76835D

Text Example


Text Example

White with #76835D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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