Html Css Color HEX #016927 Crusoe

📋 copy color: '#016927'

red 1 ◦ green 105 ◦ blue 39

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

Shades of Crusoe #016927

Tints of Crusoe #016927

RGB

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

 GREEN value IS 105 (41.41% from 255) = 72.41%

 BLUE value IS 39 (15.63% from 255) = 26.9%

R = 0.69%
G = 72.41%
B = 26.9%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.63

 K value IS 0.59

RGB Variations

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

Color information

#016927 (or 0x016927) is known color: Crusoe. HEX triplet: 01, 69 and 27. RGB value is (1,105,39). Sum of RGB (Red+Green+Blue) = 1+105+39=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 105 (41.41% from 255 or 72.41% from 145); Blue value is 39 (15.62% from 255 or 26.90% from 145); Max value from RGB is 105 - color contains mainly: green. Hex color #016927 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016927 is #FE96D8. Grayscale: #424242. Windows color (decimal): -16684761 or 2582785. OLE color: 2582785.

HSL color Cylindrical-coordinate representation of color #016927: hue angle of 141.92º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #016927 is Cyan = 0.99, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.59.

Color convert

RGB 1 105 39 -
CMYK 0.99 0 0.63 0.59
HSL 141.92º 0.98% 0.21% -
HSV(B) 141.92º 0.99% 0.41% -
XYZ 5.43 10.26 3.61 -
YUV 66.38 112.54 81.37 -
System Red Green Blue C M Y K H S L
Decimal 1 105 39 0.99 0 0.63 0.59 141.92 0.98 0.21
Hex 1 69 27 63 0 3F 3B 8E 62 15
Octal 1 151 47 143 0 77 73 216 142 25
Binary 1 1101001 100111 1100011 0 111111 111011 10001110 1100010 10101

Color Harmonies of #016927

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016927

Black with #016927

Text Example


Text Example

White with #016927

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #016927; }

 p { color: rgb(1,105,39); }

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

background-color css

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

 a { background-color: rgb(1,105,39); }

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

border-color css

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

 span { border-color: rgb(1,105,39); }

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