Html Css Color HEX #12763D Dark Spring Green

📋 copy color: '#12763D'

red 18 ◦ green 118 ◦ blue 61

#12763D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Spring Green #12763D

Tints of Dark Spring Green #12763D

RGB

 RED value IS 18 (7.42% from 255) = 9.14%

 GREEN value IS 118 (46.48% from 255) = 59.9%

 BLUE value IS 61 (24.22% from 255) = 30.96%

R = 9.14%
G = 59.9%
B = 30.96%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#12763D (or 0x12763D) is known color: Dark Spring Green. HEX triplet: 12, 76 and 3D. RGB value is (18,118,61). Sum of RGB (Red+Green+Blue) = 18+118+61=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 118 (46.48% from 255 or 59.90% from 197); Blue value is 61 (24.22% from 255 or 30.96% from 197); Max value from RGB is 118 - color contains mainly: green. Hex color #12763D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #12763D is #ED89C2. Grayscale: #515151. Windows color (decimal): -15567299 or 4027922. OLE color: 4027922.

HSL color Cylindrical-coordinate representation of color #12763D: hue angle of 145.8º 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 #12763D is Cyan = 0.85, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.54.

Color convert

RGB 18 118 61 -
CMYK 0.85 0 0.48 0.54
HSL 145.8º 0.74% 0.27% -
HSV(B) 145.8º 0.85% 0.46% -
XYZ 7.57 13.42 6.61 -
YUV 81.6 116.37 82.63 -
System Red Green Blue C M Y K H S L
Decimal 18 118 61 0.85 0 0.48 0.54 145.8 0.74 0.27
Hex 12 76 3D 55 0 30 36 92 4A 1B
Octal 22 166 75 125 0 60 66 222 112 33
Binary 10010 1110110 111101 1010101 0 110000 110110 10010010 1001010 11011

Color Harmonies of #12763D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12763D

Black with #12763D

Text Example


Text Example

White with #12763D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #12763D;
 }
 .AnyTagClassName
 {
   color: #12763D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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