#068B14

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

Shades of Green #068B14

Tints of Green #068B14

Color information

#068B14 (or 0x068B14) is unknown color: approx Green. HEX triplet: 06, 8B and 14. RGB value is (6,139,20). Sum of RGB (Red+Green+Blue) = 6+139+20=165 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.64% from 165); Green value is 139 (54.69% from 255 or 84.24% from 165); Blue value is 20 (8.20% from 255 or 12.12% from 165); Max value from RGB is 139 - color contains mainly: green. Hex color #068B14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #068B14 is #F974EB. Grayscale: #565656. Windows color (decimal): -16348396 or 1346310. OLE color: 1346310.

HSL color Cylindrical-coordinate representation of color #068B14: hue angle of 126.32º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068B14 is Cyan = 0.96, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.45.

Color convert

RGB613920-
CMYK0.9600.860.45
HSL126.32º91.72%28.43%-
HSV(B)126.32º95.68%54.51%-
XYZ9.4318.553.75-
YUV85.6790.9471.18-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.64%
GREEN value IS 139 (54.69% from 255) = 84.24%
BLUE value IS 20 (8.20% from 255) = 12.12%
R=3.64%
G=84.24%
B=12.12%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal6139200.9600.860.45126.3291.7228.43
Hex68B14600562D7e5c1c
Octal62132414001265517613434
Binary11010001011101001100000010101101011011111110101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068B14; }

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

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

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

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

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

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

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

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