Html Css Color HEX #016F1F Crusoe

📋 copy color: '#016F1F'

red 1 ◦ green 111 ◦ blue 31

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

Shades of Crusoe #016F1F

Tints of Crusoe #016F1F

RGB

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

 GREEN value IS 111 (43.75% from 255) = 77.62%

 BLUE value IS 31 (12.5% from 255) = 21.68%

R = 0.7%
G = 77.62%
B = 21.68%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#016F1F (or 0x016F1F) is known color: Crusoe. HEX triplet: 01, 6F and 1F. RGB value is (1,111,31). Sum of RGB (Red+Green+Blue) = 1+111+31=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 111 (43.75% from 255 or 77.62% from 143); Blue value is 31 (12.5% from 255 or 21.68% from 143); Max value from RGB is 111 - color contains mainly: green. Hex color #016F1F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016F1F is #FE90E0. Grayscale: #454545. Windows color (decimal): -16683233 or 2060033. OLE color: 2060033.

HSL color Cylindrical-coordinate representation of color #016F1F: hue angle of 136.36º degrees, saturation: 0.98, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016F1F is Cyan = 0.99, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB 1 111 31 -
CMYK 0.99 0 0.72 0.56
HSL 136.36º 0.98% 0.22% -
HSV(B) 136.36º 0.99% 0.44% -
XYZ 5.94 11.47 3.2 -
YUV 68.99 106.56 79.5 -
System Red Green Blue C M Y K H S L
Decimal 1 111 31 0.99 0 0.72 0.56 136.36 0.98 0.22
Hex 1 6F 1F 63 0 48 38 88 62 16
Octal 1 157 37 143 0 110 70 210 142 26
Binary 1 1101111 11111 1100011 0 1001000 111000 10001000 1100010 10110

Color Harmonies of #016F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016F1F

Black with #016F1F

Text Example


Text Example

White with #016F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,111,31); }

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

background-color css

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

 a { background-color: rgb(1,111,31); }

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

border-color css

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

 span { border-color: rgb(1,111,31); }

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