Html Css Color HEX #0A703A Jewel

📋 copy color: '#0A703A'

red 10 ◦ green 112 ◦ blue 58

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

Shades of Jewel #0A703A

Tints of Jewel #0A703A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 32.22%

R = 5.56%
G = 62.22%
B = 32.22%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.48

 K value IS 0.56

RGB Variations

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

Color information

#0A703A (or 0x0A703A) is known color: Jewel. HEX triplet: 0A, 70 and 3A. RGB value is (10,112,58). Sum of RGB (Red+Green+Blue) = 10+112+58=180 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.56% from 180); Green value is 112 (44.14% from 255 or 62.22% from 180); Blue value is 58 (23.05% from 255 or 32.22% from 180); Max value from RGB is 112 - color contains mainly: green. Hex color #0A703A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A703A is #F58FC5. Grayscale: #4B4B4B. Windows color (decimal): -16093126 or 3829770. OLE color: 3829770.

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

Color convert

RGB 10 112 58 -
CMYK 0.91 0 0.48 0.56
HSL 148.24º 0.84% 0.24% -
HSV(B) 148.24º 0.91% 0.44% -
XYZ 6.68 11.96 5.96 -
YUV 75.35 118.21 81.39 -
System Red Green Blue C M Y K H S L
Decimal 10 112 58 0.91 0 0.48 0.56 148.24 0.84 0.24
Hex A 70 3A 5B 0 30 38 94 54 18
Octal 12 160 72 133 0 60 70 224 124 30
Binary 1010 1110000 111010 1011011 0 110000 111000 10010100 1010100 11000

Color Harmonies of #0A703A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A703A

Black with #0A703A

Text Example


Text Example

White with #0A703A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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