Html Css Color HEX #0A7515 Green

📋 copy color: '#0A7515'

red 10 ◦ green 117 ◦ blue 21

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

Shades of Green #0A7515

Tints of Green #0A7515

RGB

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

 GREEN value IS 117 (46.09% from 255) = 79.05%

 BLUE value IS 21 (8.59% from 255) = 14.19%

R = 6.76%
G = 79.05%
B = 14.19%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.82

 K value IS 0.54

RGB Variations

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

Color information

#0A7515 (or 0x0A7515) is known color: Green. HEX triplet: 0A, 75 and 15. RGB value is (10,117,21). Sum of RGB (Red+Green+Blue) = 10+117+21=148 (19% of max value = 765). Red value is 10 (4.30% from 255 or 6.76% from 148); Green value is 117 (46.09% from 255 or 79.05% from 148); Blue value is 21 (8.59% from 255 or 14.19% from 148); Max value from RGB is 117 - color contains mainly: green. Hex color #0A7515 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A7515 is #F58AEA. Grayscale: #4A4A4A. Windows color (decimal): -16091883 or 1406218. OLE color: 1406218.

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

Color convert

RGB 10 117 21 -
CMYK 0.91 0 0.82 0.54
HSL 126.17º 0.84% 0.25% -
HSV(B) 126.17º 0.91% 0.46% -
XYZ 6.62 12.84 2.84 -
YUV 74.06 98.05 82.31 -
System Red Green Blue C M Y K H S L
Decimal 10 117 21 0.91 0 0.82 0.54 126.17 0.84 0.25
Hex A 75 15 5B 0 52 36 7E 54 19
Octal 12 165 25 133 0 122 66 176 124 31
Binary 1010 1110101 10101 1011011 0 1010010 110110 1111110 1010100 11001

Color Harmonies of #0A7515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7515

Black with #0A7515

Text Example


Text Example

White with #0A7515

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,117,21); }

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

background-color css

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

 a { background-color: rgb(10,117,21); }

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

border-color css

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

 span { border-color: rgb(10,117,21); }

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