Html Css Color HEX #7F8B71 Camouflage Green

📋 copy color: '#7F8B71'

red 127 ◦ green 139 ◦ blue 113

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

Shades of Camouflage Green #7F8B71

Tints of Camouflage Green #7F8B71

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.68%

 BLUE value IS 113 (44.53% from 255) = 29.82%

R = 33.51%
G = 36.68%
B = 29.82%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#7F8B71 (or 0x7F8B71) is known color: Camouflage Green. HEX triplet: 7F, 8B and 71. RGB value is (127,139,113). Sum of RGB (Red+Green+Blue) = 127+139+113=379 (50% of max value = 765). Red value is 127 (50% from 255 or 33.51% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 139 - color contains mainly: green. Hex color #7F8B71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8B71 is #80748E. Grayscale: #848484. Windows color (decimal): -8418447 or 7441279. OLE color: 7441279.

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

Color convert

RGB 127 139 113 -
CMYK 0.09 0 0.19 0.45
HSL 87.69º 0.1% 0.49% -
HSV(B) 87.69º 0.19% 0.55% -
XYZ 20.97 24.17 19.18 -
YUV 132.45 117.02 124.11 -
System Red Green Blue C M Y K H S L
Decimal 127 139 113 0.09 0 0.19 0.45 87.69 0.1 0.49
Hex 7F 8B 71 9 0 13 2D 58 A 31
Octal 177 213 161 11 0 23 55 130 12 61
Binary 1111111 10001011 1110001 1001 0 10011 101101 1011000 1010 110001

Color Harmonies of #7F8B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F8B71

Black with #7F8B71

Text Example


Text Example

White with #7F8B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,139,113); }

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

background-color css

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

 a { background-color: rgb(127,139,113); }

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

border-color css

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

 span { border-color: rgb(127,139,113); }

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