Html Css Color HEX #016B23 Crusoe

📋 copy color: '#016B23'

red 1 ◦ green 107 ◦ blue 35

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

Shades of Crusoe #016B23

Tints of Crusoe #016B23

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 24.48%

R = 0.7%
G = 74.83%
B = 24.48%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.67

 K value IS 0.58

RGB Variations

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

Color information

#016B23 (or 0x016B23) is known color: Crusoe. HEX triplet: 01, 6B and 23. RGB value is (1,107,35). Sum of RGB (Red+Green+Blue) = 1+107+35=143 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.70% from 143); Green value is 107 (42.19% from 255 or 74.83% from 143); Blue value is 35 (14.06% from 255 or 24.48% from 143); Max value from RGB is 107 - color contains mainly: green. Hex color #016B23 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #016B23 is #FE94DC. Grayscale: #434343. Windows color (decimal): -16684253 or 2321153. OLE color: 2321153.

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

Color convert

RGB 1 107 35 -
CMYK 0.99 0 0.67 0.58
HSL 139.25º 0.98% 0.21% -
HSV(B) 139.25º 0.99% 0.42% -
XYZ 5.57 10.64 3.35 -
YUV 67.1 109.88 80.85 -
System Red Green Blue C M Y K H S L
Decimal 1 107 35 0.99 0 0.67 0.58 139.25 0.98 0.21
Hex 1 6B 23 63 0 43 3A 8B 62 15
Octal 1 153 43 143 0 103 72 213 142 25
Binary 1 1101011 100011 1100011 0 1000011 111010 10001011 1100010 10101

Color Harmonies of #016B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #016B23

Black with #016B23

Text Example


Text Example

White with #016B23

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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