Html Css Color HEX #0A703E Jewel

📋 copy color: '#0A703E'

red 10 ◦ green 112 ◦ blue 62

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

Shades of Jewel #0A703E

Tints of Jewel #0A703E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 60.87%

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

R = 5.43%
G = 60.87%
B = 33.7%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.45

 K value IS 0.56

RGB Variations

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

Color information

#0A703E (or 0x0A703E) is known color: Jewel. HEX triplet: 0A, 70 and 3E. RGB value is (10,112,62). Sum of RGB (Red+Green+Blue) = 10+112+62=184 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.43% from 184); Green value is 112 (44.14% from 255 or 60.87% from 184); Blue value is 62 (24.61% from 255 or 33.70% from 184); Max value from RGB is 112 - color contains mainly: green. Hex color #0A703E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A703E is #F58FC1. Grayscale: #4B4B4B. Windows color (decimal): -16093122 or 4091914. OLE color: 4091914.

HSL color Cylindrical-coordinate representation of color #0A703E: hue angle of 150.59º degrees, saturation: 0.84, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A703E is Cyan = 0.91, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.56.

Color convert

RGB 10 112 62 -
CMYK 0.91 0 0.45 0.56
HSL 150.59º 0.84% 0.24% -
HSV(B) 150.59º 0.91% 0.44% -
XYZ 6.79 12 6.52 -
YUV 75.8 120.21 81.07 -
System Red Green Blue C M Y K H S L
Decimal 10 112 62 0.91 0 0.45 0.56 150.59 0.84 0.24
Hex A 70 3E 5B 0 2D 38 97 54 18
Octal 12 160 76 133 0 55 70 227 124 30
Binary 1010 1110000 111110 1011011 0 101101 111000 10010111 1010100 11000

Color Harmonies of #0A703E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A703E

Black with #0A703E

Text Example


Text Example

White with #0A703E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,112,62); }

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

background-color css

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

 a { background-color: rgb(10,112,62); }

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

border-color css

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

 span { border-color: rgb(10,112,62); }

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