Html Css Color HEX #0C763D Dark Spring Green

📋 copy color: '#0C763D'

red 12 ◦ green 118 ◦ blue 61

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

Shades of Dark Spring Green #0C763D

Tints of Dark Spring Green #0C763D

RGB

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

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

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

R = 6.28%
G = 61.78%
B = 31.94%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.48

 K value IS 0.54

RGB Variations

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

Color information

#0C763D (or 0x0C763D) is known color: Dark Spring Green. HEX triplet: 0C, 76 and 3D. RGB value is (12,118,61). Sum of RGB (Red+Green+Blue) = 12+118+61=191 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.28% from 191); Green value is 118 (46.48% from 255 or 61.78% from 191); Blue value is 61 (24.22% from 255 or 31.94% from 191); Max value from RGB is 118 - color contains mainly: green. Hex color #0C763D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C763D is #F389C2. Grayscale: #4F4F4F. Windows color (decimal): -15960515 or 4027916. OLE color: 4027916.

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

Color convert

RGB 12 118 61 -
CMYK 0.90 0 0.48 0.54
HSL 147.74º 0.82% 0.25% -
HSV(B) 147.74º 0.9% 0.46% -
XYZ 7.47 13.37 6.6 -
YUV 79.81 117.38 79.63 -
System Red Green Blue C M Y K H S L
Decimal 12 118 61 0.90 0 0.48 0.54 147.74 0.82 0.25
Hex C 76 3D 5A 0 30 36 94 52 19
Octal 14 166 75 132 0 60 66 224 122 31
Binary 1100 1110110 111101 1011010 0 110000 110110 10010100 1010010 11001

Color Harmonies of #0C763D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C763D

Black with #0C763D

Text Example


Text Example

White with #0C763D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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