Html Css Color HEX #0A7D0B Green

📋 copy color: '#0A7D0B'

red 10 ◦ green 125 ◦ blue 11

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

Shades of Green #0A7D0B

Tints of Green #0A7D0B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 85.62%

 BLUE value IS 11 (4.69% from 255) = 7.53%

R = 6.85%
G = 85.62%
B = 7.53%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.91

 K value IS 0.51

RGB Variations

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

Color information

#0A7D0B (or 0x0A7D0B) is known color: Green. HEX triplet: 0A, 7D and 0B. RGB value is (10,125,11). Sum of RGB (Red+Green+Blue) = 10+125+11=146 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.85% from 146); Green value is 125 (49.22% from 255 or 85.62% from 146); Blue value is 11 (4.69% from 255 or 7.53% from 146); Max value from RGB is 125 - color contains mainly: green. Hex color #0A7D0B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7D0B is #F582F4. Grayscale: #4D4D4D. Windows color (decimal): -16089845 or 752906. OLE color: 752906.

HSL color Cylindrical-coordinate representation of color #0A7D0B: hue angle of 120.52º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A7D0B is Cyan = 0.92, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.51.

Color convert

RGB 10 125 11 -
CMYK 0.92 0 0.91 0.51
HSL 120.52º 0.85% 0.26% -
HSV(B) 120.52º 0.92% 0.49% -
XYZ 7.52 14.76 2.77 -
YUV 77.62 90.4 79.77 -
System Red Green Blue C M Y K H S L
Decimal 10 125 11 0.92 0 0.91 0.51 120.52 0.85 0.26
Hex A 7D B 5C 0 5B 33 79 55 1A
Octal 12 175 13 134 0 133 63 171 125 32
Binary 1010 1111101 1011 1011100 0 1011011 110011 1111001 1010101 11010

Color Harmonies of #0A7D0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7D0B

Black with #0A7D0B

Text Example


Text Example

White with #0A7D0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,125,11); }

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

background-color css

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

 a { background-color: rgb(10,125,11); }

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

border-color css

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

 span { border-color: rgb(10,125,11); }

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