Html Css Color HEX #76835C Camouflage Green

📋 copy color: '#76835C'

red 118 ◦ green 131 ◦ blue 92

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

Shades of Camouflage Green #76835C

Tints of Camouflage Green #76835C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 26.98%

R = 34.6%
G = 38.42%
B = 26.98%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#76835C (or 0x76835C) is known color: Camouflage Green. HEX triplet: 76, 83 and 5C. RGB value is (118,131,92). Sum of RGB (Red+Green+Blue) = 118+131+92=341 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.60% from 341); Green value is 131 (51.56% from 255 or 38.42% from 341); Blue value is 92 (36.33% from 255 or 26.98% from 341); Max value from RGB is 131 - color contains mainly: green. Hex color #76835C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76835C is #897CA3. Grayscale: #7A7A7A. Windows color (decimal): -9010340 or 6062966. OLE color: 6062966.

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

Color convert

RGB 118 131 92 -
CMYK 0.10 0 0.30 0.49
HSL 80º 0.17% 0.44% -
HSV(B) 80º 0.3% 0.51% -
XYZ 17.52 20.86 13.23 -
YUV 122.67 110.69 124.67 -
System Red Green Blue C M Y K H S L
Decimal 118 131 92 0.10 0 0.30 0.49 80 0.17 0.44
Hex 76 83 5C A 0 1E 31 50 11 2C
Octal 166 203 134 12 0 36 61 120 21 54
Binary 1110110 10000011 1011100 1010 0 11110 110001 1010000 10001 101100

Color Harmonies of #76835C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76835C

Black with #76835C

Text Example


Text Example

White with #76835C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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