Html Css Color HEX #016721 Crusoe

📋 copy color: '#016721'

red 1 ◦ green 103 ◦ blue 33

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

Shades of Crusoe #016721

Tints of Crusoe #016721

RGB

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

 GREEN value IS 103 (40.63% from 255) = 75.18%

 BLUE value IS 33 (13.28% from 255) = 24.09%

R = 0.73%
G = 75.18%
B = 24.09%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.68

 K value IS 0.60

RGB Variations

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

Color information

#016721 (or 0x016721) is known color: Crusoe. HEX triplet: 01, 67 and 21. RGB value is (1,103,33). Sum of RGB (Red+Green+Blue) = 1+103+33=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 103 (40.62% from 255 or 75.18% from 137); Blue value is 33 (13.28% from 255 or 24.09% from 137); Max value from RGB is 103 - color contains mainly: green. Hex color #016721 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016721 is #FE98DE. Grayscale: #404040. Windows color (decimal): -16685279 or 2189057. OLE color: 2189057.

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

Color convert

RGB 1 103 33 -
CMYK 0.99 0 0.68 0.60
HSL 138.82º 0.98% 0.2% -
HSV(B) 138.82º 0.99% 0.4% -
XYZ 5.14 9.82 3.06 -
YUV 64.52 110.21 82.69 -
System Red Green Blue C M Y K H S L
Decimal 1 103 33 0.99 0 0.68 0.60 138.82 0.98 0.2
Hex 1 67 21 63 0 44 3C 8B 62 14
Octal 1 147 41 143 0 104 74 213 142 24
Binary 1 1100111 100001 1100011 0 1000100 111100 10001011 1100010 10100

Color Harmonies of #016721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016721

Black with #016721

Text Example


Text Example

White with #016721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016721; }

 p { color: rgb(1,103,33); }

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

background-color css

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

 a { background-color: rgb(1,103,33); }

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

border-color css

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

 span { border-color: rgb(1,103,33); }

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