Html Css Color HEX #767C6F Camouflage Green

📋 copy color: '#767C6F'

red 118 ◦ green 124 ◦ blue 111

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

Shades of Camouflage Green #767C6F

Tints of Camouflage Green #767C6F

RGB

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

 GREEN value IS 124 (48.83% from 255) = 35.13%

 BLUE value IS 111 (43.75% from 255) = 31.44%

R = 33.43%
G = 35.13%
B = 31.44%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.10

 K value IS 0.51

RGB Variations

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

Color information

#767C6F (or 0x767C6F) is known color: Camouflage Green. HEX triplet: 76, 7C and 6F. RGB value is (118,124,111). Sum of RGB (Red+Green+Blue) = 118+124+111=353 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.43% from 353); Green value is 124 (48.83% from 255 or 35.13% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 124 - color contains mainly: green. Hex color #767C6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767C6F is #898390. Grayscale: #787878. Windows color (decimal): -9012113 or 7306358. OLE color: 7306358.

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

Color convert

RGB 118 124 111 -
CMYK 0.05 0 0.10 0.51
HSL 87.69º 0.06% 0.46% -
HSV(B) 87.69º 0.1% 0.49% -
XYZ 17.55 19.41 17.86 -
YUV 120.72 122.51 126.06 -
System Red Green Blue C M Y K H S L
Decimal 118 124 111 0.05 0 0.10 0.51 87.69 0.06 0.46
Hex 76 7C 6F 5 0 A 33 58 6 2E
Octal 166 174 157 5 0 12 63 130 6 56
Binary 1110110 1111100 1101111 101 0 1010 110011 1011000 110 101110

Color Harmonies of #767C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #767C6F

Black with #767C6F

Text Example


Text Example

White with #767C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,124,111); }

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

background-color css

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

 a { background-color: rgb(118,124,111); }

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

border-color css

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

 span { border-color: rgb(118,124,111); }

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