#068333

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

Shades of Dark Spring Green #068333

Tints of Dark Spring Green #068333

Color information

#068333 (or 0x068333) is unknown color: approx Dark Spring Green. HEX triplet: 06, 83 and 33. RGB value is (6,131,51). Sum of RGB (Red+Green+Blue) = 6+131+51=188 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.19% from 188); Green value is 131 (51.56% from 255 or 69.68% from 188); Blue value is 51 (20.31% from 255 or 27.13% from 188); Max value from RGB is 131 - color contains mainly: green. Hex color #068333 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068333 is #F97CCC. Grayscale: #545454. Windows color (decimal): -16350413 or 3375878. OLE color: 3375878.

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

Color convert

RGB613151-
CMYK0.9500.610.49
HSL141.6º91.24%26.86%-
HSV(B)141.6º95.42%51.37%-
XYZ8.7916.515.86-
YUV84.5109.0972-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.19%
GREEN value IS 131 (51.56% from 255) = 69.68%
BLUE value IS 51 (20.31% from 255) = 27.13%
R=3.19%
G=69.68%
B=27.13%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6131510.9500.610.49141.691.2426.86
Hex683335F03D318e5b1b
Octal6203631370756121613333
Binary110100000111100111011111011110111000110001110101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068333; }

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

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

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

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

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

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

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

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