Html Css Color HEX #76806C Camouflage Green

📋 copy color: '#76806C'

red 118 ◦ green 128 ◦ blue 108

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

Shades of Camouflage Green #76806C

Tints of Camouflage Green #76806C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 36.16%

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

R = 33.33%
G = 36.16%
B = 30.51%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.16

 K value IS 0.50

RGB Variations

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

Color information

#76806C (or 0x76806C) is known color: Camouflage Green. HEX triplet: 76, 80 and 6C. RGB value is (118,128,108). Sum of RGB (Red+Green+Blue) = 118+128+108=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 128 - color contains mainly: green. Hex color #76806C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76806C is #897F93. Grayscale: #7A7A7A. Windows color (decimal): -9011092 or 7110774. OLE color: 7110774.

HSL color Cylindrical-coordinate representation of color #76806C: hue angle of 90º degrees, saturation: 0.08, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #76806C is Cyan = 0.08, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB 118 128 108 -
CMYK 0.08 0 0.16 0.50
HSL 90º 0.08% 0.46% -
HSV(B) 90º 0.16% 0.5% -
XYZ 17.9 20.37 17.18 -
YUV 122.73 119.69 124.63 -
System Red Green Blue C M Y K H S L
Decimal 118 128 108 0.08 0 0.16 0.50 90 0.08 0.46
Hex 76 80 6C 8 0 10 32 5A 8 2E
Octal 166 200 154 10 0 20 62 132 10 56
Binary 1110110 10000000 1101100 1000 0 10000 110010 1011010 1000 101110

Color Harmonies of #76806C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76806C

Black with #76806C

Text Example


Text Example

White with #76806C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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