Html Css Color HEX #0A6715 Green

📋 copy color: '#0A6715'

red 10 ◦ green 103 ◦ blue 21

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

Shades of Green #0A6715

Tints of Green #0A6715

RGB

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

 GREEN value IS 103 (40.63% from 255) = 76.87%

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

R = 7.46%
G = 76.87%
B = 15.67%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.80

 K value IS 0.60

RGB Variations

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

Color information

#0A6715 (or 0x0A6715) is known color: Green. HEX triplet: 0A, 67 and 15. RGB value is (10,103,21). Sum of RGB (Red+Green+Blue) = 10+103+21=134 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.46% from 134); Green value is 103 (40.62% from 255 or 76.87% from 134); Blue value is 21 (8.59% from 255 or 15.67% from 134); Max value from RGB is 103 - color contains mainly: green. Hex color #0A6715 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A6715 is #F598EA. Grayscale: #424242. Windows color (decimal): -16095467 or 1402634. OLE color: 1402634.

HSL color Cylindrical-coordinate representation of color #0A6715: hue angle of 127.1º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6715 is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.60.

Color convert

RGB 10 103 21 -
CMYK 0.90 0 0.80 0.60
HSL 127.1º 0.82% 0.22% -
HSV(B) 127.1º 0.9% 0.4% -
XYZ 5.11 9.82 2.34 -
YUV 65.85 102.69 88.17 -
System Red Green Blue C M Y K H S L
Decimal 10 103 21 0.90 0 0.80 0.60 127.1 0.82 0.22
Hex A 67 15 5A 0 50 3C 7F 52 16
Octal 12 147 25 132 0 120 74 177 122 26
Binary 1010 1100111 10101 1011010 0 1010000 111100 1111111 1010010 10110

Color Harmonies of #0A6715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6715

Black with #0A6715

Text Example


Text Example

White with #0A6715

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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