Html Css Color HEX #0A7613 Green

📋 copy color: '#0A7613'

red 10 ◦ green 118 ◦ blue 19

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

Shades of Green #0A7613

Tints of Green #0A7613

RGB

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

 GREEN value IS 118 (46.48% from 255) = 80.27%

 BLUE value IS 19 (7.81% from 255) = 12.93%

R = 6.8%
G = 80.27%
B = 12.93%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#0A7613 (or 0x0A7613) is known color: Green. HEX triplet: 0A, 76 and 13. RGB value is (10,118,19). Sum of RGB (Red+Green+Blue) = 10+118+19=147 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.80% from 147); Green value is 118 (46.48% from 255 or 80.27% from 147); Blue value is 19 (7.81% from 255 or 12.93% from 147); Max value from RGB is 118 - color contains mainly: green. Hex color #0A7613 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7613 is #F589EC. Grayscale: #4A4A4A. Windows color (decimal): -16091629 or 1275402. OLE color: 1275402.

HSL color Cylindrical-coordinate representation of color #0A7613: hue angle of 125º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7613 is Cyan = 0.92, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB 10 118 19 -
CMYK 0.92 0 0.84 0.54
HSL 125º 0.84% 0.25% -
HSV(B) 125º 0.92% 0.46% -
XYZ 6.72 13.07 2.78 -
YUV 74.42 96.72 82.05 -
System Red Green Blue C M Y K H S L
Decimal 10 118 19 0.92 0 0.84 0.54 125 0.84 0.25
Hex A 76 13 5C 0 54 36 7D 54 19
Octal 12 166 23 134 0 124 66 175 124 31
Binary 1010 1110110 10011 1011100 0 1010100 110110 1111101 1010100 11001

Color Harmonies of #0A7613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7613

Black with #0A7613

Text Example


Text Example

White with #0A7613

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,118,19); }

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

background-color css

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

 a { background-color: rgb(10,118,19); }

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

border-color css

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

 span { border-color: rgb(10,118,19); }

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