Html Css Color HEX #7F8C6D Camouflage Green

📋 copy color: '#7F8C6D'

red 127 ◦ green 140 ◦ blue 109

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

Shades of Camouflage Green #7F8C6D

Tints of Camouflage Green #7F8C6D

RGB

 RED value IS 127 (50% from 255) = 33.78%

 GREEN value IS 140 (55.08% from 255) = 37.23%

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

R = 33.78%
G = 37.23%
B = 28.99%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#7F8C6D (or 0x7F8C6D) is known color: Camouflage Green. HEX triplet: 7F, 8C and 6D. RGB value is (127,140,109). Sum of RGB (Red+Green+Blue) = 127+140+109=376 (49% of max value = 765). Red value is 127 (50% from 255 or 33.78% from 376); Green value is 140 (55.08% from 255 or 37.23% from 376); Blue value is 109 (42.97% from 255 or 28.99% from 376); Max value from RGB is 140 - color contains mainly: green. Hex color #7F8C6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8C6D is #807392. Grayscale: #848484. Windows color (decimal): -8418195 or 7179391. OLE color: 7179391.

HSL color Cylindrical-coordinate representation of color #7F8C6D: hue angle of 85.16º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7F8C6D is Cyan = 0.09, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB 127 140 109 -
CMYK 0.09 0 0.22 0.45
HSL 85.16º 0.12% 0.49% -
HSV(B) 85.16º 0.22% 0.55% -
XYZ 20.89 24.37 18.07 -
YUV 132.58 114.69 124.02 -
System Red Green Blue C M Y K H S L
Decimal 127 140 109 0.09 0 0.22 0.45 85.16 0.12 0.49
Hex 7F 8C 6D 9 0 16 2D 55 C 31
Octal 177 214 155 11 0 26 55 125 14 61
Binary 1111111 10001100 1101101 1001 0 10110 101101 1010101 1100 110001

Color Harmonies of #7F8C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8C6D

Black with #7F8C6D

Text Example


Text Example

White with #7F8C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F8C6D; }

 p { color: rgb(127,140,109); }

 H1.HeaderClassName
 {
   color: #7F8C6D;
 }
 .AnyTagClassName
 {
   color: #7F8C6D;
 }
</style>

background-color css

<style>
 a { background-color: #7F8C6D; }

 a { background-color: rgb(127,140,109); }

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

border-color css

<style>
 span { border-color: #7F8C6D; }

 span { border-color: rgb(127,140,109); }

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