#067313

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

Shades of Green #067313

Tints of Green #067313

Color information

#067313 (or 0x067313) is unknown color: approx Green. HEX triplet: 06, 73 and 13. RGB value is (6,115,19). Sum of RGB (Red+Green+Blue) = 6+115+19=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 115 (45.31% from 255 or 82.14% from 140); Blue value is 19 (7.81% from 255 or 13.57% from 140); Max value from RGB is 115 - color contains mainly: green. Hex color #067313 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #067313 is #F98CEC. Grayscale: #474747. Windows color (decimal): -16354541 or 1274630. OLE color: 1274630.

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

Color convert

RGB611519-
CMYK0.9500.830.55
HSL127.16º90.08%23.73%-
HSV(B)127.16º94.78%45.1%-
XYZ6.3212.352.67-
YUV71.4698.3981.31-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.29%
GREEN value IS 115 (45.31% from 255) = 82.14%
BLUE value IS 19 (7.81% from 255) = 13.57%
R=4.29%
G=82.14%
B=13.57%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal6115190.9500.830.55127.1690.0823.73
Hex673135F053377f5a18
Octal61632313701236717713230
Binary1101110011100111011111010100111101111111111101101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067313; }

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

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

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

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

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

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

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

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