#6F7A68

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

Shades of Camouflage Green #6F7A68

Tints of Camouflage Green #6F7A68

Color information

#6F7A68 (or 0x6F7A68) is unknown color: approx Camouflage Green. HEX triplet: 6F, 7A and 68. RGB value is (111,122,104). Sum of RGB (Red+Green+Blue) = 111+122+104=337 (44% of max value = 765). Red value is 111 (43.75% from 255 or 32.94% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 122 - color contains mainly: green. Hex color #6F7A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7A68 is #908597. Grayscale: #747474. Windows color (decimal): -9471384 or 6847087. OLE color: 6847087.

HSL color Cylindrical-coordinate representation of color #6F7A68: hue angle of 96.67º degrees, saturation: 0.08, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6F7A68 is Cyan = 0.09, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB111122104-
CMYK0.0900.150.52
HSL96.67º7.96%44.31%-
HSV(B)96.67º14.75%47.84%-
XYZ16.0118.315.78-
YUV116.66120.86123.96-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 32.94%
GREEN value IS 122 (48.05% from 255) = 36.20%
BLUE value IS 104 (41.02% from 255) = 30.86%
R=32.94%
G=36.20%
B=30.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1111221040.0900.150.5296.677.9644.31
Hex6F7A6890F346182c
Octal15717215011017641411054
Binary11011111111010110100010010111111010011000011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6F7A68; }

 p { color: rgb(111,122,104); }

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

<style>
 a { background-color: #6F7A68; }

 a { background-color: rgb(111,122,104); }

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

<style>
 span { border-color: #6F7A68; }

 span { border-color: rgb(111,122,104); }

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