#067102

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

Shades of Green #067102

Tints of Green #067102

Color information

#067102 (or 0x067102) is unknown color: approx Green. HEX triplet: 06, 71 and 02. RGB value is (6,113,2). Sum of RGB (Red+Green+Blue) = 6+113+2=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 113 (44.53% from 255 or 93.39% from 121); Blue value is 2 (1.17% from 255 or 1.65% from 121); Max value from RGB is 113 - color contains mainly: green. Hex color #067102 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #067102 is #F98EFD. Grayscale: #444444. Windows color (decimal): -16355070 or 160006. OLE color: 160006.

HSL color Cylindrical-coordinate representation of color #067102: hue angle of 117.84º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #067102 is Cyan = 0.95, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB61132-
CMYK0.9500.980.56
HSL117.84º96.52%22.55%-
HSV(B)117.84º98.23%44.31%-
XYZ5.9911.852.03-
YUV68.3590.5583.53-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.96%
GREEN value IS 113 (44.53% from 255) = 93.39%
BLUE value IS 2 (1.17% from 255) = 1.65%
R=4.96%
G=93.39%
B=1.65%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal611320.9500.980.56117.8496.5222.55
Hex67125F06238766117
Octal6161213701427016614127
Binary1101110001101011111011000101110001110110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067102; }

 p { color: rgb(6,113,2); }

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

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

 a { background-color: rgb(6,113,2); }

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

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

 span { border-color: rgb(6,113,2); }

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