Html Css Color HEX #016508 Green

📋 copy color: '#016508'

red 1 ◦ green 101 ◦ blue 8

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

Shades of Green #016508

Tints of Green #016508

RGB

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

 GREEN value IS 101 (39.84% from 255) = 91.82%

 BLUE value IS 8 (3.52% from 255) = 7.27%

R = 0.91%
G = 91.82%
B = 7.27%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.92

 K value IS 0.60

RGB Variations

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

Color information

#016508 (or 0x016508) is known color: Green. HEX triplet: 01, 65 and 08. RGB value is (1,101,8). Sum of RGB (Red+Green+Blue) = 1+101+8=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 101 (39.84% from 255 or 91.82% from 110); Blue value is 8 (3.52% from 255 or 7.27% from 110); Max value from RGB is 101 - color contains mainly: green. Hex color #016508 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016508 is #FE9AF7. Grayscale: #3C3C3C. Windows color (decimal): -16685816 or 550145. OLE color: 550145.

HSL color Cylindrical-coordinate representation of color #016508: hue angle of 124.2º 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 #016508 is Cyan = 0.99, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.60.

Color convert

RGB 1 101 8 -
CMYK 0.99 0 0.92 0.60
HSL 124.2º 0.98% 0.2% -
HSV(B) 124.2º 0.99% 0.4% -
XYZ 4.71 9.33 1.78 -
YUV 60.5 98.37 85.56 -
System Red Green Blue C M Y K H S L
Decimal 1 101 8 0.99 0 0.92 0.60 124.2 0.98 0.2
Hex 1 65 8 63 0 5C 3C 7C 62 14
Octal 1 145 10 143 0 134 74 174 142 24
Binary 1 1100101 1000 1100011 0 1011100 111100 1111100 1100010 10100

Color Harmonies of #016508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016508

Black with #016508

Text Example


Text Example

White with #016508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016508; }

 p { color: rgb(1,101,8); }

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

background-color css

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

 a { background-color: rgb(1,101,8); }

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

border-color css

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

 span { border-color: rgb(1,101,8); }

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