#068918

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

Shades of Green #068918

Tints of Green #068918

Color information

#068918 (or 0x068918) is unknown color: approx Green. HEX triplet: 06, 89 and 18. RGB value is (6,137,24). Sum of RGB (Red+Green+Blue) = 6+137+24=167 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.59% from 167); Green value is 137 (53.91% from 255 or 82.04% from 167); Blue value is 24 (9.77% from 255 or 14.37% from 167); Max value from RGB is 137 - color contains mainly: green. Hex color #068918 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #068918 is #F976E7. Grayscale: #555555. Windows color (decimal): -16348904 or 1607942. OLE color: 1607942.

HSL color Cylindrical-coordinate representation of color #068918: hue angle of 128.24º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #068918 is Cyan = 0.96, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.46.

Color convert

RGB613724-
CMYK0.9600.820.46
HSL128.24º91.61%28.04%-
HSV(B)128.24º95.62%53.73%-
XYZ9.19183.85-
YUV84.9593.671.69-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.59%
GREEN value IS 137 (53.91% from 255) = 82.04%
BLUE value IS 24 (9.77% from 255) = 14.37%
R=3.59%
G=82.04%
B=14.37%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal6137240.9600.820.46128.2491.6128.04
Hex68918600522E805c1c
Octal62113014001225620013434
Binary110100010011100011000000101001010111010000000101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068918

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068918; }

 p { color: rgb(6,137,24); }

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

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

 a { background-color: rgb(6,137,24); }

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

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

 span { border-color: rgb(6,137,24); }

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