Html Css Color HEX #0A703B Jewel

📋 copy color: '#0A703B'

red 10 ◦ green 112 ◦ blue 59

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

Shades of Jewel #0A703B

Tints of Jewel #0A703B

RGB

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

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

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

R = 5.52%
G = 61.88%
B = 32.6%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.47

 K value IS 0.56

RGB Variations

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

Color information

#0A703B (or 0x0A703B) is known color: Jewel. HEX triplet: 0A, 70 and 3B. RGB value is (10,112,59). Sum of RGB (Red+Green+Blue) = 10+112+59=181 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.52% from 181); Green value is 112 (44.14% from 255 or 61.88% from 181); Blue value is 59 (23.44% from 255 or 32.60% from 181); Max value from RGB is 112 - color contains mainly: green. Hex color #0A703B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A703B is #F58FC4. Grayscale: #4B4B4B. Windows color (decimal): -16093125 or 3895306. OLE color: 3895306.

HSL color Cylindrical-coordinate representation of color #0A703B: hue angle of 148.82º 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 #0A703B is Cyan = 0.91, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.

Color convert

RGB 10 112 59 -
CMYK 0.91 0 0.47 0.56
HSL 148.82º 0.84% 0.24% -
HSV(B) 148.82º 0.91% 0.44% -
XYZ 6.71 11.97 6.09 -
YUV 75.46 118.71 81.31 -
System Red Green Blue C M Y K H S L
Decimal 10 112 59 0.91 0 0.47 0.56 148.82 0.84 0.24
Hex A 70 3B 5B 0 2F 38 95 54 18
Octal 12 160 73 133 0 57 70 225 124 30
Binary 1010 1110000 111011 1011011 0 101111 111000 10010101 1010100 11000

Color Harmonies of #0A703B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A703B

Black with #0A703B

Text Example


Text Example

White with #0A703B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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