#068930

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

Shades of Dark Spring Green #068930

Tints of Dark Spring Green #068930

Color information

#068930 (or 0x068930) is unknown color: approx Dark Spring Green. HEX triplet: 06, 89 and 30. RGB value is (6,137,48). Sum of RGB (Red+Green+Blue) = 6+137+48=191 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.14% from 191); Green value is 137 (53.91% from 255 or 71.73% from 191); Blue value is 48 (19.14% from 255 or 25.13% from 191); Max value from RGB is 137 - color contains mainly: green. Hex color #068930 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068930 is #F976CF. Grayscale: #575757. Windows color (decimal): -16348880 or 3180806. OLE color: 3180806.

HSL color Cylindrical-coordinate representation of color #068930: hue angle of 139.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 #068930 is Cyan = 0.96, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.46.

Color convert

RGB613748-
CMYK0.9600.650.46
HSL139.24º91.61%28.04%-
HSV(B)139.24º95.62%53.73%-
XYZ9.5518.145.79-
YUV87.68105.669.74-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.14%
GREEN value IS 137 (53.91% from 255) = 71.73%
BLUE value IS 48 (19.14% from 255) = 25.13%
R=3.14%
G=71.73%
B=25.13%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal6137480.9600.650.46139.2491.6128.04
Hex68930600412E8b5c1c
Octal62116014001015621313434
Binary1101000100111000011000000100000110111010001011101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068930; }

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

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

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

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

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

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

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

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