Html Css Color HEX #7F8A76 Camouflage Green

📋 copy color: '#7F8A76'

red 127 ◦ green 138 ◦ blue 118

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

Shades of Camouflage Green #7F8A76

Tints of Camouflage Green #7F8A76

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.03%

 BLUE value IS 118 (46.48% from 255) = 30.81%

R = 33.16%
G = 36.03%
B = 30.81%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.14

 K value IS 0.46

RGB Variations

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

Color information

#7F8A76 (or 0x7F8A76) is known color: Camouflage Green. HEX triplet: 7F, 8A and 76. RGB value is (127,138,118). Sum of RGB (Red+Green+Blue) = 127+138+118=383 (50% of max value = 765). Red value is 127 (50% from 255 or 33.16% from 383); Green value is 138 (54.30% from 255 or 36.03% from 383); Blue value is 118 (46.48% from 255 or 30.81% from 383); Max value from RGB is 138 - color contains mainly: green. Hex color #7F8A76 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8A76 is #807589. Grayscale: #848484. Windows color (decimal): -8418698 or 7768703. OLE color: 7768703.

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

Color convert

RGB 127 138 118 -
CMYK 0.08 0 0.14 0.46
HSL 93º 0.08% 0.5% -
HSV(B) 93º 0.14% 0.54% -
XYZ 21.11 24 20.66 -
YUV 132.43 119.86 124.13 -
System Red Green Blue C M Y K H S L
Decimal 127 138 118 0.08 0 0.14 0.46 93 0.08 0.5
Hex 7F 8A 76 8 0 E 2E 5D 8 32
Octal 177 212 166 10 0 16 56 135 10 62
Binary 1111111 10001010 1110110 1000 0 1110 101110 1011101 1000 110010

Color Harmonies of #7F8A76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8A76

Black with #7F8A76

Text Example


Text Example

White with #7F8A76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,138,118); }

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

background-color css

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

 a { background-color: rgb(127,138,118); }

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

border-color css

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

 span { border-color: rgb(127,138,118); }

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