Html Css Color HEX #01661F Crusoe

📋 copy color: '#01661F'

red 1 ◦ green 102 ◦ blue 31

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

Shades of Crusoe #01661F

Tints of Crusoe #01661F

RGB

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

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

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

R = 0.75%
G = 76.12%
B = 23.13%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.70

 K value IS 0.6

RGB Variations

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

Color information

#01661F (or 0x01661F) is known color: Crusoe. HEX triplet: 01, 66 and 1F. RGB value is (1,102,31). Sum of RGB (Red+Green+Blue) = 1+102+31=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 102 (40.23% from 255 or 76.12% from 134); Blue value is 31 (12.5% from 255 or 23.13% from 134); Max value from RGB is 102 - color contains mainly: green. Hex color #01661F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01661F is #FE99E0. Grayscale: #3F3F3F. Windows color (decimal): -16685537 or 2057729. OLE color: 2057729.

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

Color convert

RGB 1 102 31 -
CMYK 0.99 0 0.70 0.6
HSL 137.82º 0.98% 0.2% -
HSV(B) 137.82º 0.99% 0.4% -
XYZ 5.01 9.61 2.89 -
YUV 63.71 109.54 83.27 -
System Red Green Blue C M Y K H S L
Decimal 1 102 31 0.99 0 0.70 0.6 137.82 0.98 0.2
Hex 1 66 1F 63 0 46 3C 8A 62 14
Octal 1 146 37 143 0 106 74 212 142 24
Binary 1 1100110 11111 1100011 0 1000110 111100 10001010 1100010 10100

Color Harmonies of #01661F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01661F

Black with #01661F

Text Example


Text Example

White with #01661F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01661F; }

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

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

background-color css

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

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

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

border-color css

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

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

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