Html Css Color HEX #0A763B Dark Spring Green

📋 copy color: '#0A763B'

red 10 ◦ green 118 ◦ blue 59

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

Shades of Dark Spring Green #0A763B

Tints of Dark Spring Green #0A763B

RGB

 RED value IS 10 (4.3% from 255) = 5.35%

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

 BLUE value IS 59 (23.44% from 255) = 31.55%

R = 5.35%
G = 63.1%
B = 31.55%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.50

 K value IS 0.54

RGB Variations

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

Color information

#0A763B (or 0x0A763B) is known color: Dark Spring Green. HEX triplet: 0A, 76 and 3B. RGB value is (10,118,59). Sum of RGB (Red+Green+Blue) = 10+118+59=187 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.35% from 187); Green value is 118 (46.48% from 255 or 63.10% from 187); Blue value is 59 (23.44% from 255 or 31.55% from 187); Max value from RGB is 118 - color contains mainly: green. Hex color #0A763B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A763B is #F589C4. Grayscale: #4F4F4F. Windows color (decimal): -16091589 or 3896842. OLE color: 3896842.

HSL color Cylindrical-coordinate representation of color #0A763B: hue angle of 147.22º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A763B is Cyan = 0.92, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.54.

Color convert

RGB 10 118 59 -
CMYK 0.92 0 0.50 0.54
HSL 147.22º 0.84% 0.25% -
HSV(B) 147.22º 0.92% 0.46% -
XYZ 7.39 13.34 6.32 -
YUV 78.98 116.72 78.8 -
System Red Green Blue C M Y K H S L
Decimal 10 118 59 0.92 0 0.50 0.54 147.22 0.84 0.25
Hex A 76 3B 5C 0 32 36 93 54 19
Octal 12 166 73 134 0 62 66 223 124 31
Binary 1010 1110110 111011 1011100 0 110010 110110 10010011 1010100 11001

Color Harmonies of #0A763B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A763B

Black with #0A763B

Text Example


Text Example

White with #0A763B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,118,59); }

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

background-color css

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

 a { background-color: rgb(10,118,59); }

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

border-color css

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

 span { border-color: rgb(10,118,59); }

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