#067113

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

Shades of Green #067113

Tints of Green #067113

Color information

#067113 (or 0x067113) is unknown color: approx Green. HEX triplet: 06, 71 and 13. RGB value is (6,113,19). Sum of RGB (Red+Green+Blue) = 6+113+19=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 113 (44.53% from 255 or 81.88% from 138); Blue value is 19 (7.81% from 255 or 13.77% from 138); Max value from RGB is 113 - color contains mainly: green. Hex color #067113 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #067113 is #F98EEC. Grayscale: #464646. Windows color (decimal): -16355053 or 1274118. OLE color: 1274118.

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

Color convert

RGB611319-
CMYK0.9500.830.56
HSL127.29º89.92%23.33%-
HSV(B)127.29º94.69%44.31%-
XYZ6.111.92.59-
YUV70.2999.0582.14-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.35%
GREEN value IS 113 (44.53% from 255) = 81.88%
BLUE value IS 19 (7.81% from 255) = 13.77%
R=4.35%
G=81.88%
B=13.77%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6113190.9500.830.56127.2989.9223.33
Hex671135F053387f5a17
Octal61612313701237017713227
Binary1101110001100111011111010100111110001111111101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067113; }

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

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

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

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

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

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

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

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