#7F8B67

Color #7F8B67 Camouflage Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camouflage Green #7F8B67

Tints of Camouflage Green #7F8B67

Color information

#7F8B67 (or 0x7F8B67) is unknown color: approx Camouflage Green. HEX triplet: 7F, 8B and 67. RGB value is (127,139,103). Sum of RGB (Red+Green+Blue) = 127+139+103=369 (48% of max value = 765). Red value is 127 (50% from 255 or 34.42% from 369); Green value is 139 (54.69% from 255 or 37.67% from 369); Blue value is 103 (40.62% from 255 or 27.91% from 369); Max value from RGB is 139 - color contains mainly: green. Hex color #7F8B67 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F8B67 is #807498. Grayscale: #838383. Windows color (decimal): -8418457 or 6785919. OLE color: 6785919.

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

Color convert

RGB127139103-
CMYK0.0900.260.45
HSL80º14.88%47.45%-
HSV(B)80º25.9%54.51%-
XYZ20.4323.9616.38-
YUV131.31112.02124.93-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 34.42%
GREEN value IS 139 (54.69% from 255) = 37.67%
BLUE value IS 103 (40.62% from 255) = 27.91%
R=34.42%
G=37.67%
B=27.91%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1271391030.0900.260.458014.8847.45
Hex7F8B67901A2D50f2f
Octal17721314711032551201757
Binary1111111100010111100111100101101010110110100001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7F8B67;
 }
 .AnyTagClassName
 {
   color: #7F8B67;
 }
</style>
background-color css

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

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

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

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

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

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