Html Css Color HEX #0A6315 Green

📋 copy color: '#0A6315'

red 10 ◦ green 99 ◦ blue 21

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

Shades of Green #0A6315

Tints of Green #0A6315

RGB

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

 GREEN value IS 99 (39.06% from 255) = 76.15%

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

R = 7.69%
G = 76.15%
B = 16.15%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.79

 K value IS 0.61

RGB Variations

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

Color information

#0A6315 (or 0x0A6315) is known color: Green. HEX triplet: 0A, 63 and 15. RGB value is (10,99,21). Sum of RGB (Red+Green+Blue) = 10+99+21=130 (17% of max value = 765). Red value is 10 (4.30% from 255 or 7.69% from 130); Green value is 99 (39.06% from 255 or 76.15% from 130); Blue value is 21 (8.59% from 255 or 16.15% from 130); Max value from RGB is 99 - color contains mainly: green. Hex color #0A6315 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A6315 is #F59CEA. Grayscale: #3F3F3F. Windows color (decimal): -16096491 or 1401610. OLE color: 1401610.

HSL color Cylindrical-coordinate representation of color #0A6315: hue angle of 127.42º degrees, saturation: 0.82, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A6315 is Cyan = 0.90, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.61.

Color convert

RGB 10 99 21 -
CMYK 0.90 0 0.79 0.61
HSL 127.42º 0.82% 0.21% -
HSV(B) 127.42º 0.9% 0.39% -
XYZ 4.72 9.04 2.21 -
YUV 63.5 104.01 89.84 -
System Red Green Blue C M Y K H S L
Decimal 10 99 21 0.90 0 0.79 0.61 127.42 0.82 0.21
Hex A 63 15 5A 0 4F 3D 7F 52 15
Octal 12 143 25 132 0 117 75 177 122 25
Binary 1010 1100011 10101 1011010 0 1001111 111101 1111111 1010010 10101

Color Harmonies of #0A6315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6315

Black with #0A6315

Text Example


Text Example

White with #0A6315

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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