#068335

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

Shades of Dark Spring Green #068335

Tints of Dark Spring Green #068335

Color information

#068335 (or 0x068335) is unknown color: approx Dark Spring Green. HEX triplet: 06, 83 and 35. RGB value is (6,131,53). Sum of RGB (Red+Green+Blue) = 6+131+53=190 (25% of max value = 765). Red value is 6 (2.73% from 255 or 3.16% from 190); Green value is 131 (51.56% from 255 or 68.95% from 190); Blue value is 53 (21.09% from 255 or 27.89% from 190); Max value from RGB is 131 - color contains mainly: green. Hex color #068335 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #068335 is #F97CCA. Grayscale: #545454. Windows color (decimal): -16350411 or 3506950. OLE color: 3506950.

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

Color convert

RGB613153-
CMYK0.9500.600.49
HSL142.56º91.24%26.86%-
HSV(B)142.56º95.42%51.37%-
XYZ8.8316.536.09-
YUV84.73110.0971.84-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.16%
GREEN value IS 131 (51.56% from 255) = 68.95%
BLUE value IS 53 (21.09% from 255) = 27.89%
R=3.16%
G=68.95%
B=27.89%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal6131530.9500.600.49142.5691.2426.86
Hex683355F03C318f5b1b
Octal6203651370746121713333
Binary110100000111101011011111011110011000110001111101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #068335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #068335; }

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

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

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

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

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

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

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

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