Html Css Color HEX #016608 Green

📋 copy color: '#016608'

red 1 ◦ green 102 ◦ blue 8

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

Shades of Green #016608

Tints of Green #016608

RGB

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

 GREEN value IS 102 (40.23% from 255) = 91.89%

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

R = 0.9%
G = 91.89%
B = 7.21%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.92

 K value IS 0.6

RGB Variations

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

Color information

#016608 (or 0x016608) is known color: Green. HEX triplet: 01, 66 and 08. RGB value is (1,102,8). Sum of RGB (Red+Green+Blue) = 1+102+8=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 102 (40.23% from 255 or 91.89% from 111); Blue value is 8 (3.52% from 255 or 7.21% from 111); Max value from RGB is 102 - color contains mainly: green. Hex color #016608 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016608 is #FE99F7. Grayscale: #3D3D3D. Windows color (decimal): -16685560 or 550401. OLE color: 550401.

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

Color convert

RGB 1 102 8 -
CMYK 0.99 0 0.92 0.6
HSL 124.16º 0.98% 0.2% -
HSV(B) 124.16º 0.99% 0.4% -
XYZ 4.81 9.53 1.82 -
YUV 61.09 98.04 85.14 -
System Red Green Blue C M Y K H S L
Decimal 1 102 8 0.99 0 0.92 0.6 124.16 0.98 0.2
Hex 1 66 8 63 0 5C 3C 7C 62 14
Octal 1 146 10 143 0 134 74 174 142 24
Binary 1 1100110 1000 1100011 0 1011100 111100 1111100 1100010 10100

Color Harmonies of #016608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016608

Black with #016608

Text Example


Text Example

White with #016608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016608; }

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

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

background-color css

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

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

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

border-color css

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

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

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