#12763C

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

Shades of Dark Spring Green #12763C

Tints of Dark Spring Green #12763C

Color information

#12763C (or 0x12763C) is unknown color: approx Dark Spring Green. HEX triplet: 12, 76 and 3C. RGB value is (18,118,60). Sum of RGB (Red+Green+Blue) = 18+118+60=196 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.18% from 196); Green value is 118 (46.48% from 255 or 60.20% from 196); Blue value is 60 (23.83% from 255 or 30.61% from 196); Max value from RGB is 118 - color contains mainly: green. Hex color #12763C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12763C is #ED89C3. Grayscale: #515151. Windows color (decimal): -15567300 or 3962386. OLE color: 3962386.

HSL color Cylindrical-coordinate representation of color #12763C: hue angle of 145.2º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12763C is Cyan = 0.85, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.54.

Color convert

RGB1811860-
CMYK0.8500.490.54
HSL145.2º73.53%26.67%-
HSV(B)145.2º84.75%46.27%-
XYZ7.5413.416.47-
YUV81.49115.8782.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.18%
GREEN value IS 118 (46.48% from 255) = 60.20%
BLUE value IS 60 (23.83% from 255) = 30.61%
R=9.18%
G=60.20%
B=30.61%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal18118600.8500.490.54145.273.5326.67
Hex12763C5503136914a1b
Octal22166741250616622111233
Binary1001011101101111001010101011000111011010010001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12763C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12763C; }

 p { color: rgb(18,118,60); }

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

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

 a { background-color: rgb(18,118,60); }

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

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

 span { border-color: rgb(18,118,60); }

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