Html Css Color HEX #0A761A Green

📋 copy color: '#0A761A'

red 10 ◦ green 118 ◦ blue 26

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

Shades of Green #0A761A

Tints of Green #0A761A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 16.88%

R = 6.49%
G = 76.62%
B = 16.88%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#0A761A (or 0x0A761A) is known color: Green. HEX triplet: 0A, 76 and 1A. RGB value is (10,118,26). Sum of RGB (Red+Green+Blue) = 10+118+26=154 (20% of max value = 765). Red value is 10 (4.30% from 255 or 6.49% from 154); Green value is 118 (46.48% from 255 or 76.62% from 154); Blue value is 26 (10.55% from 255 or 16.88% from 154); Max value from RGB is 118 - color contains mainly: green. Hex color #0A761A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A761A is #F589E5. Grayscale: #4B4B4B. Windows color (decimal): -16091622 or 1734154. OLE color: 1734154.

HSL color Cylindrical-coordinate representation of color #0A761A: hue angle of 128.89º 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 #0A761A is Cyan = 0.92, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.54.

Color convert

RGB 10 118 26 -
CMYK 0.92 0 0.78 0.54
HSL 128.89º 0.84% 0.25% -
HSV(B) 128.89º 0.92% 0.46% -
XYZ 6.79 13.1 3.15 -
YUV 75.22 100.22 81.48 -
System Red Green Blue C M Y K H S L
Decimal 10 118 26 0.92 0 0.78 0.54 128.89 0.84 0.25
Hex A 76 1A 5C 0 4E 36 81 54 19
Octal 12 166 32 134 0 116 66 201 124 31
Binary 1010 1110110 11010 1011100 0 1001110 110110 10000001 1010100 11001

Color Harmonies of #0A761A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A761A

Black with #0A761A

Text Example


Text Example

White with #0A761A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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