Html Css Color HEX #76826C Camouflage Green

📋 copy color: '#76826C'

red 118 ◦ green 130 ◦ blue 108

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

Shades of Camouflage Green #76826C

Tints of Camouflage Green #76826C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.52%

 BLUE value IS 108 (42.58% from 255) = 30.34%

R = 33.15%
G = 36.52%
B = 30.34%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.17

 K value IS 0.49

RGB Variations

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

Color information

#76826C (or 0x76826C) is known color: Camouflage Green. HEX triplet: 76, 82 and 6C. RGB value is (118,130,108). Sum of RGB (Red+Green+Blue) = 118+130+108=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 130 - color contains mainly: green. Hex color #76826C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76826C is #897D93. Grayscale: #7B7B7B. Windows color (decimal): -9010580 or 7111286. OLE color: 7111286.

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

Color convert

RGB 118 130 108 -
CMYK 0.09 0 0.17 0.49
HSL 92.73º 0.09% 0.47% -
HSV(B) 92.73º 0.17% 0.51% -
XYZ 18.16 20.9 17.26 -
YUV 123.9 119.02 123.79 -
System Red Green Blue C M Y K H S L
Decimal 118 130 108 0.09 0 0.17 0.49 92.73 0.09 0.47
Hex 76 82 6C 9 0 11 31 5D 9 2F
Octal 166 202 154 11 0 21 61 135 11 57
Binary 1110110 10000010 1101100 1001 0 10001 110001 1011101 1001 101111

Color Harmonies of #76826C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76826C

Black with #76826C

Text Example


Text Example

White with #76826C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,130,108); }

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

background-color css

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

 a { background-color: rgb(118,130,108); }

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

border-color css

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

 span { border-color: rgb(118,130,108); }

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