Html Css Color HEX #106018 Crusoe

📋 copy color: '#106018'

red 16 ◦ green 96 ◦ blue 24

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

Shades of Crusoe #106018

Tints of Crusoe #106018

RGB

 RED value IS 16 (6.64% from 255) = 11.76%

 GREEN value IS 96 (37.89% from 255) = 70.59%

 BLUE value IS 24 (9.77% from 255) = 17.65%

R = 11.76%
G = 70.59%
B = 17.65%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.75

 K value IS 0.62

RGB Variations

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

Color information

#106018 (or 0x106018) is known color: Crusoe. HEX triplet: 10, 60 and 18. RGB value is (16,96,24). Sum of RGB (Red+Green+Blue) = 16+96+24=136 (18% of max value = 765). Red value is 16 (6.64% from 255 or 11.76% from 136); Green value is 96 (37.89% from 255 or 70.59% from 136); Blue value is 24 (9.77% from 255 or 17.65% from 136); Max value from RGB is 96 - color contains mainly: green. Hex color #106018 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #106018 is #EF9FE7. Grayscale: #404040. Windows color (decimal): -15704040 or 1597456. OLE color: 1597456.

HSL color Cylindrical-coordinate representation of color #106018: hue angle of 126º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #106018 is Cyan = 0.83, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.62.

Color convert

RGB 16 96 24 -
CMYK 0.83 0 0.75 0.62
HSL 126º 0.71% 0.22% -
HSV(B) 126º 0.83% 0.38% -
XYZ 4.56 8.54 2.27 -
YUV 63.87 105.5 93.85 -
System Red Green Blue C M Y K H S L
Decimal 16 96 24 0.83 0 0.75 0.62 126 0.71 0.22
Hex 10 60 18 53 0 4B 3E 7E 47 16
Octal 20 140 30 123 0 113 76 176 107 26
Binary 10000 1100000 11000 1010011 0 1001011 111110 1111110 1000111 10110

Color Harmonies of #106018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #106018

Black with #106018

Text Example


Text Example

White with #106018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #106018; }

 p { color: rgb(16,96,24); }

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

background-color css

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

 a { background-color: rgb(16,96,24); }

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

border-color css

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

 span { border-color: rgb(16,96,24); }

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