Html Css Color HEX #0C763E Dark Spring Green

📋 copy color: '#0C763E'

red 12 ◦ green 118 ◦ blue 62

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

Shades of Dark Spring Green #0C763E

Tints of Dark Spring Green #0C763E

RGB

 RED value IS 12 (5.08% from 255) = 6.25%

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

 BLUE value IS 62 (24.61% from 255) = 32.29%

R = 6.25%
G = 61.46%
B = 32.29%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#0C763E (or 0x0C763E) is known color: Dark Spring Green. HEX triplet: 0C, 76 and 3E. RGB value is (12,118,62). Sum of RGB (Red+Green+Blue) = 12+118+62=192 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.25% from 192); Green value is 118 (46.48% from 255 or 61.46% from 192); Blue value is 62 (24.61% from 255 or 32.29% from 192); Max value from RGB is 118 - color contains mainly: green. Hex color #0C763E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C763E is #F389C1. Grayscale: #505050. Windows color (decimal): -15960514 or 4093452. OLE color: 4093452.

HSL color Cylindrical-coordinate representation of color #0C763E: hue angle of 148.3º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C763E is Cyan = 0.90, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.54.

Color convert

RGB 12 118 62 -
CMYK 0.90 0 0.47 0.54
HSL 148.3º 0.82% 0.25% -
HSV(B) 148.3º 0.9% 0.46% -
XYZ 7.5 13.38 6.75 -
YUV 79.92 117.88 79.55 -
System Red Green Blue C M Y K H S L
Decimal 12 118 62 0.90 0 0.47 0.54 148.3 0.82 0.25
Hex C 76 3E 5A 0 2F 36 94 52 19
Octal 14 166 76 132 0 57 66 224 122 31
Binary 1100 1110110 111110 1011010 0 101111 110110 10010100 1010010 11001

Color Harmonies of #0C763E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C763E

Black with #0C763E

Text Example


Text Example

White with #0C763E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0C763E; }

 p { color: rgb(12,118,62); }

 H1.HeaderClassName
 {
   color: #0C763E;
 }
 .AnyTagClassName
 {
   color: #0C763E;
 }
</style>

background-color css

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

 a { background-color: rgb(12,118,62); }

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

border-color css

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

 span { border-color: rgb(12,118,62); }

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