#06853A

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

Shades of Dark Spring Green #06853A

Tints of Dark Spring Green #06853A

Color information

#06853A (or 0x06853A) is unknown color: approx Dark Spring Green. HEX triplet: 06, 85 and 3A. RGB value is (6,133,58). Sum of RGB (Red+Green+Blue) = 6+133+58=197 (26% of max value = 765). Red value is 6 (2.73% from 255 or 3.05% from 197); Green value is 133 (52.34% from 255 or 67.51% from 197); Blue value is 58 (23.05% from 255 or 29.44% from 197); Max value from RGB is 133 - color contains mainly: green. Hex color #06853A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #06853A is #F97AC5. Grayscale: #565656. Windows color (decimal): -16349894 or 3835142. OLE color: 3835142.

HSL color Cylindrical-coordinate representation of color #06853A: hue angle of 144.57º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06853A is Cyan = 0.95, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB613358-
CMYK0.9500.560.48
HSL144.57º91.37%27.25%-
HSV(B)144.57º95.49%52.16%-
XYZ9.2317.126.82-
YUV86.48111.9270.6-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.05%
GREEN value IS 133 (52.34% from 255) = 67.51%
BLUE value IS 58 (23.05% from 255) = 29.44%
R=3.05%
G=67.51%
B=29.44%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal6133580.9500.560.48144.5791.3727.25
Hex6853A5F03830915b1b
Octal6205721370706022113333
Binary110100001011110101011111011100011000010010001101101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06853A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06853A; }

 p { color: rgb(6,133,58); }

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

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

 a { background-color: rgb(6,133,58); }

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

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

 span { border-color: rgb(6,133,58); }

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