Html Css Color HEX #016B08 Green

📋 copy color: '#016B08'

red 1 ◦ green 107 ◦ blue 8

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

Shades of Green #016B08

Tints of Green #016B08

RGB

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

 GREEN value IS 107 (42.19% from 255) = 92.24%

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

R = 0.86%
G = 92.24%
B = 6.9%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.93

 K value IS 0.58

RGB Variations

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

Color information

#016B08 (or 0x016B08) is known color: Green. HEX triplet: 01, 6B and 08. RGB value is (1,107,8). Sum of RGB (Red+Green+Blue) = 1+107+8=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 107 (42.19% from 255 or 92.24% from 116); Blue value is 8 (3.52% from 255 or 6.90% from 116); Max value from RGB is 107 - color contains mainly: green. Hex color #016B08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #016B08 is #FE94F7. Grayscale: #404040. Windows color (decimal): -16684280 or 551681. OLE color: 551681.

HSL color Cylindrical-coordinate representation of color #016B08: hue angle of 123.96º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016B08 is Cyan = 0.99, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.58.

Color convert

RGB 1 107 8 -
CMYK 0.99 0 0.93 0.58
HSL 123.96º 0.98% 0.21% -
HSV(B) 123.96º 0.99% 0.42% -
XYZ 5.31 10.54 1.98 -
YUV 64.02 96.38 83.05 -
System Red Green Blue C M Y K H S L
Decimal 1 107 8 0.99 0 0.93 0.58 123.96 0.98 0.21
Hex 1 6B 8 63 0 5D 3A 7C 62 15
Octal 1 153 10 143 0 135 72 174 142 25
Binary 1 1101011 1000 1100011 0 1011101 111010 1111100 1100010 10101

Color Harmonies of #016B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016B08

Black with #016B08

Text Example


Text Example

White with #016B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016B08; }

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

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

background-color css

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

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

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

border-color css

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

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

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