Html Css Color HEX #016B20 Crusoe

📋 copy color: '#016B20'

red 1 ◦ green 107 ◦ blue 32

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

Shades of Crusoe #016B20

Tints of Crusoe #016B20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 22.86%

R = 0.71%
G = 76.43%
B = 22.86%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.70

 K value IS 0.58

RGB Variations

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

Color information

#016B20 (or 0x016B20) is known color: Crusoe. HEX triplet: 01, 6B and 20. RGB value is (1,107,32). Sum of RGB (Red+Green+Blue) = 1+107+32=140 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 140); Green value is 107 (42.19% from 255 or 76.43% from 140); Blue value is 32 (12.89% from 255 or 22.86% from 140); Max value from RGB is 107 - color contains mainly: green. Hex color #016B20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016B20 is #FE94DF. Grayscale: #424242. Windows color (decimal): -16684256 or 2124545. OLE color: 2124545.

HSL color Cylindrical-coordinate representation of color #016B20: hue angle of 137.55º 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 #016B20 is Cyan = 0.99, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.58.

Color convert

RGB 1 107 32 -
CMYK 0.99 0 0.70 0.58
HSL 137.55º 0.98% 0.21% -
HSV(B) 137.55º 0.99% 0.42% -
XYZ 5.53 10.63 3.13 -
YUV 66.76 108.38 81.1 -
System Red Green Blue C M Y K H S L
Decimal 1 107 32 0.99 0 0.70 0.58 137.55 0.98 0.21
Hex 1 6B 20 63 0 46 3A 8A 62 15
Octal 1 153 40 143 0 106 72 212 142 25
Binary 1 1101011 100000 1100011 0 1000110 111010 10001010 1100010 10101

Color Harmonies of #016B20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016B20

Black with #016B20

Text Example


Text Example

White with #016B20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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