Html Css Color HEX #76846A Camouflage Green

📋 copy color: '#76846A'

red 118 ◦ green 132 ◦ blue 106

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

Shades of Camouflage Green #76846A

Tints of Camouflage Green #76846A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 29.78%

R = 33.15%
G = 37.08%
B = 29.78%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#76846A (or 0x76846A) is known color: Camouflage Green. HEX triplet: 76, 84 and 6A. RGB value is (118,132,106). Sum of RGB (Red+Green+Blue) = 118+132+106=356 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.15% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 106 (41.80% from 255 or 29.78% from 356); Max value from RGB is 132 - color contains mainly: green. Hex color #76846A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76846A is #897B95. Grayscale: #7C7C7C. Windows color (decimal): -9010070 or 6980726. OLE color: 6980726.

HSL color Cylindrical-coordinate representation of color #76846A: hue angle of 92.31º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #76846A is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 118 132 106 -
CMYK 0.11 0 0.20 0.48
HSL 92.31º 0.11% 0.47% -
HSV(B) 92.31º 0.2% 0.52% -
XYZ 18.32 21.39 16.8 -
YUV 124.85 117.36 123.11 -
System Red Green Blue C M Y K H S L
Decimal 118 132 106 0.11 0 0.20 0.48 92.31 0.11 0.47
Hex 76 84 6A B 0 14 30 5C B 2F
Octal 166 204 152 13 0 24 60 134 13 57
Binary 1110110 10000100 1101010 1011 0 10100 110000 1011100 1011 101111

Color Harmonies of #76846A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76846A

Black with #76846A

Text Example


Text Example

White with #76846A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76846A; }

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

 H1.HeaderClassName
 {
   color: #76846A;
 }
 .AnyTagClassName
 {
   color: #76846A;
 }
</style>

background-color css

<style>
 a { background-color: #76846A; }

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

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

border-color css

<style>
 span { border-color: #76846A; }

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

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