Html Css Color HEX #0A703D Jewel

📋 copy color: '#0A703D'

red 10 ◦ green 112 ◦ blue 61

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

Shades of Jewel #0A703D

Tints of Jewel #0A703D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 33.33%

R = 5.46%
G = 61.2%
B = 33.33%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.46

 K value IS 0.56

RGB Variations

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

Color information

#0A703D (or 0x0A703D) is known color: Jewel. HEX triplet: 0A, 70 and 3D. RGB value is (10,112,61). Sum of RGB (Red+Green+Blue) = 10+112+61=183 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.46% from 183); Green value is 112 (44.14% from 255 or 61.20% from 183); Blue value is 61 (24.22% from 255 or 33.33% from 183); Max value from RGB is 112 - color contains mainly: green. Hex color #0A703D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A703D is #F58FC2. Grayscale: #4B4B4B. Windows color (decimal): -16093123 or 4026378. OLE color: 4026378.

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

Color convert

RGB 10 112 61 -
CMYK 0.91 0 0.46 0.56
HSL 150º 0.84% 0.24% -
HSV(B) 150º 0.91% 0.44% -
XYZ 6.76 11.99 6.37 -
YUV 75.69 119.71 81.15 -
System Red Green Blue C M Y K H S L
Decimal 10 112 61 0.91 0 0.46 0.56 150 0.84 0.24
Hex A 70 3D 5B 0 2E 38 96 54 18
Octal 12 160 75 133 0 56 70 226 124 30
Binary 1010 1110000 111101 1011011 0 101110 111000 10010110 1010100 11000

Color Harmonies of #0A703D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A703D

Black with #0A703D

Text Example


Text Example

White with #0A703D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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