#067F13

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

Shades of Green #067F13

Tints of Green #067F13

Color information

#067F13 (or 0x067F13) is unknown color: approx Green. HEX triplet: 06, 7F and 13. RGB value is (6,127,19). Sum of RGB (Red+Green+Blue) = 6+127+19=152 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.95% from 152); Green value is 127 (50% from 255 or 83.55% from 152); Blue value is 19 (7.81% from 255 or 12.5% from 152); Max value from RGB is 127 - color contains mainly: green. Hex color #067F13 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #067F13 is #F980EC. Grayscale: #4E4E4E. Windows color (decimal): -16351469 or 1277702. OLE color: 1277702.

HSL color Cylindrical-coordinate representation of color #067F13: hue angle of 126.45º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067F13 is Cyan = 0.95, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.50.

Color convert

RGB612719-
CMYK0.9500.850.50
HSL126.45º90.98%26.08%-
HSV(B)126.45º95.28%49.8%-
XYZ7.7815.263.15-
YUV78.5194.4176.28-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.95%
GREEN value IS 127 (50% from 255) = 83.55%
BLUE value IS 19 (7.81% from 255) = 12.5%
R=3.95%
G=83.55%
B=12.5%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal6127190.9500.850.50126.4590.9826.08
Hex67F135F055327e5b1a
Octal61772313701256217613332
Binary1101111111100111011111010101011100101111110101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #067F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #067F13; }

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

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

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

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

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

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

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

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