#068F1C

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

Shades of Forest Green #068F1C

Tints of Forest Green #068F1C

Color information

#068F1C (or 0x068F1C) is unknown color: approx Forest Green. HEX triplet: 06, 8F and 1C. RGB value is (6,143,28). Sum of RGB (Red+Green+Blue) = 6+143+28=177 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.39% from 177); Green value is 143 (56.25% from 255 or 80.79% from 177); Blue value is 28 (11.33% from 255 or 15.82% from 177); Max value from RGB is 143 - color contains mainly: green. Hex color #068F1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068F1C is #F970E3. Grayscale: #595959. Windows color (decimal): -16347364 or 1871622. OLE color: 1871622.

HSL color Cylindrical-coordinate representation of color #068F1C: hue angle of 129.64º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068F1C is Cyan = 0.96, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.44.

Color convert

RGB614328-
CMYK0.9600.800.44
HSL129.64º91.95%29.22%-
HSV(B)129.64º95.8%56.08%-
XYZ10.1119.774.38-
YUV88.9393.6168.85-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.39%
GREEN value IS 143 (56.25% from 255) = 80.79%
BLUE value IS 28 (11.33% from 255) = 15.82%
R=3.39%
G=80.79%
B=15.82%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6143280.9600.800.44129.6491.9529.22
Hex68F1C600502C825c1d
Octal62173414001205420213435
Binary110100011111110011000000101000010110010000010101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068F1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,143,28); }

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

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

 a { background-color: rgb(6,143,28); }

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

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

 span { border-color: rgb(6,143,28); }

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