Html Css Color HEX #0A7713 Green

📋 copy color: '#0A7713'

red 10 ◦ green 119 ◦ blue 19

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

Shades of Green #0A7713

Tints of Green #0A7713

RGB

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

 GREEN value IS 119 (46.88% from 255) = 80.41%

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

R = 6.76%
G = 80.41%
B = 12.84%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.84

 K value IS 0.53

RGB Variations

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

Color information

#0A7713 (or 0x0A7713) is known color: Green. HEX triplet: 0A, 77 and 13. RGB value is (10,119,19). Sum of RGB (Red+Green+Blue) = 10+119+19=148 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.76% from 148); Green value is 119 (46.88% from 255 or 80.41% from 148); Blue value is 19 (7.81% from 255 or 12.84% from 148); Max value from RGB is 119 - color contains mainly: green. Hex color #0A7713 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7713 is #F588EC. Grayscale: #4B4B4B. Windows color (decimal): -16091373 or 1275658. OLE color: 1275658.

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

Color convert

RGB 10 119 19 -
CMYK 0.92 0 0.84 0.53
HSL 124.95º 0.84% 0.25% -
HSV(B) 124.95º 0.92% 0.47% -
XYZ 6.84 13.31 2.82 -
YUV 75.01 96.39 81.63 -
System Red Green Blue C M Y K H S L
Decimal 10 119 19 0.92 0 0.84 0.53 124.95 0.84 0.25
Hex A 77 13 5C 0 54 35 7D 54 19
Octal 12 167 23 134 0 124 65 175 124 31
Binary 1010 1110111 10011 1011100 0 1010100 110101 1111101 1010100 11001

Color Harmonies of #0A7713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7713

Black with #0A7713

Text Example


Text Example

White with #0A7713

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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