Html Css Color HEX #01700B Green

📋 copy color: '#01700B'

red 1 ◦ green 112 ◦ blue 11

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

Shades of Green #01700B

Tints of Green #01700B

RGB

 RED value IS 1 (0.78% from 255) = 0.81%

 GREEN value IS 112 (44.14% from 255) = 90.32%

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

R = 0.81%
G = 90.32%
B = 8.87%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.90

 K value IS 0.56

RGB Variations

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

Color information

#01700B (or 0x01700B) is known color: Green. HEX triplet: 01, 70 and 0B. RGB value is (1,112,11). Sum of RGB (Red+Green+Blue) = 1+112+11=124 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 124); Green value is 112 (44.14% from 255 or 90.32% from 124); Blue value is 11 (4.69% from 255 or 8.87% from 124); Max value from RGB is 112 - color contains mainly: green. Hex color #01700B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01700B is #FE8FF4. Grayscale: #434343. Windows color (decimal): -16682997 or 749569. OLE color: 749569.

HSL color Cylindrical-coordinate representation of color #01700B: hue angle of 125.41º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01700B is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 112 11 -
CMYK 0.99 0 0.90 0.56
HSL 125.41º 0.98% 0.22% -
HSV(B) 125.41º 0.99% 0.44% -
XYZ 5.87 11.62 2.25 -
YUV 67.3 96.23 80.71 -
System Red Green Blue C M Y K H S L
Decimal 1 112 11 0.99 0 0.90 0.56 125.41 0.98 0.22
Hex 1 70 B 63 0 5A 38 7D 62 16
Octal 1 160 13 143 0 132 70 175 142 26
Binary 1 1110000 1011 1100011 0 1011010 111000 1111101 1100010 10110

Color Harmonies of #01700B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01700B

Black with #01700B

Text Example


Text Example

White with #01700B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01700B; }

 p { color: rgb(1,112,11); }

 H1.HeaderClassName
 {
   color: #01700B;
 }
 .AnyTagClassName
 {
   color: #01700B;
 }
</style>

background-color css

<style>
 a { background-color: #01700B; }

 a { background-color: rgb(1,112,11); }

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

border-color css

<style>
 span { border-color: #01700B; }

 span { border-color: rgb(1,112,11); }

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