Html Css Color HEX #767E6D Camouflage Green

📋 copy color: '#767E6D'

red 118 ◦ green 126 ◦ blue 109

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

Shades of Camouflage Green #767E6D

Tints of Camouflage Green #767E6D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 35.69%

 BLUE value IS 109 (42.97% from 255) = 30.88%

R = 33.43%
G = 35.69%
B = 30.88%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.13

 K value IS 0.51

RGB Variations

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

Color information

#767E6D (or 0x767E6D) is known color: Camouflage Green. HEX triplet: 76, 7E and 6D. RGB value is (118,126,109). Sum of RGB (Red+Green+Blue) = 118+126+109=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 126 (49.61% from 255 or 35.69% from 353); Blue value is 109 (42.97% from 255 or 30.88% from 353); Max value from RGB is 126 - color contains mainly: green. Hex color #767E6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767E6D is #898192. Grayscale: #797979. Windows color (decimal): -9011603 or 7175798. OLE color: 7175798.

HSL color Cylindrical-coordinate representation of color #767E6D: hue angle of 88.24º degrees, saturation: 0.07, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #767E6D is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.51.

Color convert

RGB 118 126 109 -
CMYK 0.06 0 0.13 0.51
HSL 88.24º 0.07% 0.46% -
HSV(B) 88.24º 0.13% 0.49% -
XYZ 17.69 19.88 17.37 -
YUV 121.67 120.85 125.38 -
System Red Green Blue C M Y K H S L
Decimal 118 126 109 0.06 0 0.13 0.51 88.24 0.07 0.46
Hex 76 7E 6D 6 0 D 33 58 7 2E
Octal 166 176 155 6 0 15 63 130 7 56
Binary 1110110 1111110 1101101 110 0 1101 110011 1011000 111 101110

Color Harmonies of #767E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767E6D

Black with #767E6D

Text Example


Text Example

White with #767E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #767E6D; }

 p { color: rgb(118,126,109); }

 H1.HeaderClassName
 {
   color: #767E6D;
 }
 .AnyTagClassName
 {
   color: #767E6D;
 }
</style>

background-color css

<style>
 a { background-color: #767E6D; }

 a { background-color: rgb(118,126,109); }

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

border-color css

<style>
 span { border-color: #767E6D; }

 span { border-color: rgb(118,126,109); }

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