Html Css Color HEX #0A7B42 Dark Spring Green

📋 copy color: '#0A7B42'

red 10 ◦ green 123 ◦ blue 66

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

Shades of Dark Spring Green #0A7B42

Tints of Dark Spring Green #0A7B42

RGB

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

 GREEN value IS 123 (48.44% from 255) = 61.81%

 BLUE value IS 66 (26.17% from 255) = 33.17%

R = 5.03%
G = 61.81%
B = 33.17%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.46

 K value IS 0.52

RGB Variations

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

Color information

#0A7B42 (or 0x0A7B42) is known color: Dark Spring Green. HEX triplet: 0A, 7B and 42. RGB value is (10,123,66). Sum of RGB (Red+Green+Blue) = 10+123+66=199 (26% of max value = 765). Red value is 10 (4.30% from 255 or 5.03% from 199); Green value is 123 (48.44% from 255 or 61.81% from 199); Blue value is 66 (26.17% from 255 or 33.17% from 199); Max value from RGB is 123 - color contains mainly: green. Hex color #0A7B42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A7B42 is #F584BD. Grayscale: #525252. Windows color (decimal): -16090302 or 4356874. OLE color: 4356874.

HSL color Cylindrical-coordinate representation of color #0A7B42: hue angle of 149.73º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7B42 is Cyan = 0.92, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.52.

Color convert

RGB 10 123 66 -
CMYK 0.92 0 0.46 0.52
HSL 149.73º 0.85% 0.26% -
HSV(B) 149.73º 0.92% 0.48% -
XYZ 8.19 14.62 7.55 -
YUV 82.72 118.56 76.13 -
System Red Green Blue C M Y K H S L
Decimal 10 123 66 0.92 0 0.46 0.52 149.73 0.85 0.26
Hex A 7B 42 5C 0 2E 34 96 55 1A
Octal 12 173 102 134 0 56 64 226 125 32
Binary 1010 1111011 1000010 1011100 0 101110 110100 10010110 1010101 11010

Color Harmonies of #0A7B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7B42

Black with #0A7B42

Text Example


Text Example

White with #0A7B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,123,66); }

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

background-color css

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

 a { background-color: rgb(10,123,66); }

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

border-color css

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

 span { border-color: rgb(10,123,66); }

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