#068316

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

Shades of Green #068316

Tints of Green #068316

Color information

#068316 (or 0x068316) is unknown color: approx Green. HEX triplet: 06, 83 and 16. RGB value is (6,131,22). Sum of RGB (Red+Green+Blue) = 6+131+22=159 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.77% from 159); Green value is 131 (51.56% from 255 or 82.39% from 159); Blue value is 22 (8.98% from 255 or 13.84% from 159); Max value from RGB is 131 - color contains mainly: green. Hex color #068316 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #068316 is #F97CE9. Grayscale: #515151. Windows color (decimal): -16350442 or 1475334. OLE color: 1475334.

HSL color Cylindrical-coordinate representation of color #068316: hue angle of 127.68º 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 #068316 is Cyan = 0.95, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB613122-
CMYK0.9500.830.49
HSL127.68º91.24%26.86%-
HSV(B)127.68º95.42%51.37%-
XYZ8.3416.333.47-
YUV81.294.5974.36-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.77%
GREEN value IS 131 (51.56% from 255) = 82.39%
BLUE value IS 22 (8.98% from 255) = 13.84%
R=3.77%
G=82.39%
B=13.84%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6131220.9500.830.49127.6891.2426.86
Hex683165F05331805b1b
Octal62032613701236120013333
Binary110100000111011010111110101001111000110000000101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068316; }

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

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

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

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

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

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

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

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