Html Css Color HEX #0A6701 Green

📋 copy color: '#0A6701'

red 10 ◦ green 103 ◦ blue 1

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

Shades of Green #0A6701

Tints of Green #0A6701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.88%

R = 8.77%
G = 90.35%
B = 0.88%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.99

 K value IS 0.60

RGB Variations

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

Color information

#0A6701 (or 0x0A6701) is known color: Green. HEX triplet: 0A, 67 and 01. RGB value is (10,103,1). Sum of RGB (Red+Green+Blue) = 10+103+1=114 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.77% from 114); Green value is 103 (40.62% from 255 or 90.35% from 114); Blue value is 1 (0.78% from 255 or 0.88% from 114); Max value from RGB is 103 - color contains mainly: green. Hex color #0A6701 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0A6701 is #F598FE. Grayscale: #3F3F3F. Windows color (decimal): -16095487 or 91914. OLE color: 91914.

HSL color Cylindrical-coordinate representation of color #0A6701: hue angle of 114.71º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0A6701 is Cyan = 0.90, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.60.

Color convert

RGB 10 103 1 -
CMYK 0.90 0 0.99 0.60
HSL 114.71º 0.98% 0.2% -
HSV(B) 114.71º 0.99% 0.4% -
XYZ 4.98 9.77 1.65 -
YUV 63.57 92.69 89.79 -
System Red Green Blue C M Y K H S L
Decimal 10 103 1 0.90 0 0.99 0.60 114.71 0.98 0.2
Hex A 67 1 5A 0 63 3C 73 62 14
Octal 12 147 1 132 0 143 74 163 142 24
Binary 1010 1100111 1 1011010 0 1100011 111100 1110011 1100010 10100

Color Harmonies of #0A6701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6701

Black with #0A6701

Text Example


Text Example

White with #0A6701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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