Html Css Color HEX #0C773D Dark Spring Green

📋 copy color: '#0C773D'

red 12 ◦ green 119 ◦ blue 61

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

Shades of Dark Spring Green #0C773D

Tints of Dark Spring Green #0C773D

RGB

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

 GREEN value IS 119 (46.88% from 255) = 61.98%

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

R = 6.25%
G = 61.98%
B = 31.77%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.49

 K value IS 0.53

RGB Variations

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

Color information

#0C773D (or 0x0C773D) is known color: Dark Spring Green. HEX triplet: 0C, 77 and 3D. RGB value is (12,119,61). Sum of RGB (Red+Green+Blue) = 12+119+61=192 (25% of max value = 765). Red value is 12 (5.08% from 255 or 6.25% from 192); Green value is 119 (46.88% from 255 or 61.98% from 192); Blue value is 61 (24.22% from 255 or 31.77% from 192); Max value from RGB is 119 - color contains mainly: green. Hex color #0C773D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C773D is #F388C2. Grayscale: #505050. Windows color (decimal): -15960259 or 4028172. OLE color: 4028172.

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

Color convert

RGB 12 119 61 -
CMYK 0.90 0 0.49 0.53
HSL 147.48º 0.82% 0.26% -
HSV(B) 147.48º 0.9% 0.47% -
XYZ 7.59 13.61 6.64 -
YUV 80.4 117.05 79.22 -
System Red Green Blue C M Y K H S L
Decimal 12 119 61 0.90 0 0.49 0.53 147.48 0.82 0.26
Hex C 77 3D 5A 0 31 35 93 52 1A
Octal 14 167 75 132 0 61 65 223 122 32
Binary 1100 1110111 111101 1011010 0 110001 110101 10010011 1010010 11010

Color Harmonies of #0C773D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C773D

Black with #0C773D

Text Example


Text Example

White with #0C773D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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