#068314

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

Shades of Green #068314

Tints of Green #068314

Color information

#068314 (or 0x068314) is unknown color: approx Green. HEX triplet: 06, 83 and 14. RGB value is (6,131,20). Sum of RGB (Red+Green+Blue) = 6+131+20=157 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.82% from 157); Green value is 131 (51.56% from 255 or 83.44% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 131 - color contains mainly: green. Hex color #068314 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #068314 is #F97CEB. Grayscale: #515151. Windows color (decimal): -16350444 or 1344262. OLE color: 1344262.

HSL color Cylindrical-coordinate representation of color #068314: hue angle of 126.72º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #068314 is Cyan = 0.95, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.49.

Color convert

RGB613120-
CMYK0.9500.850.49
HSL126.72º91.24%26.86%-
HSV(B)126.72º95.42%51.37%-
XYZ8.3216.323.37-
YUV80.9793.5974.53-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.82%
GREEN value IS 131 (51.56% from 255) = 83.44%
BLUE value IS 20 (8.20% from 255) = 12.74%
R=3.82%
G=83.44%
B=12.74%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6131200.9500.850.49126.7291.2426.86
Hex683145F055317f5b1b
Octal62032413701256117713333
Binary11010000011101001011111010101011100011111111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068314; }

 p { color: rgb(6,131,20); }

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

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

 a { background-color: rgb(6,131,20); }

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

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

 span { border-color: rgb(6,131,20); }

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