Html Css Color HEX #12763C Dark Spring Green

📋 copy color: '#12763C'

red 18 ◦ green 118 ◦ blue 60

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

Shades of Dark Spring Green #12763C

Tints of Dark Spring Green #12763C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 30.61%

R = 9.18%
G = 60.2%
B = 30.61%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.49

 K value IS 0.54

RGB Variations

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

Color information

#12763C (or 0x12763C) is known color: 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

RGB 18 118 60 -
CMYK 0.85 0 0.49 0.54
HSL 145.2º 0.74% 0.27% -
HSV(B) 145.2º 0.85% 0.46% -
XYZ 7.54 13.41 6.47 -
YUV 81.49 115.87 82.72 -
System Red Green Blue C M Y K H S L
Decimal 18 118 60 0.85 0 0.49 0.54 145.2 0.74 0.27
Hex 12 76 3C 55 0 31 36 91 4A 1B
Octal 22 166 74 125 0 61 66 221 112 33
Binary 10010 1110110 111100 1010101 0 110001 110110 10010001 1001010 11011

Color Harmonies of #12763C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12763C

Black with #12763C

Text Example


Text Example

White with #12763C

Text Example


Text Example

HTML Codes & Css Web 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>