Html Css Color HEX #0E661C Crusoe

📋 copy color: '#0E661C'

red 14 ◦ green 102 ◦ blue 28

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

Shades of Crusoe #0E661C

Tints of Crusoe #0E661C

RGB

 RED value IS 14 (5.86% from 255) = 9.72%

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

 BLUE value IS 28 (11.33% from 255) = 19.44%

R = 9.72%
G = 70.83%
B = 19.44%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.73

 K value IS 0.6

RGB Variations

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

Color information

#0E661C (or 0x0E661C) is known color: Crusoe. HEX triplet: 0E, 66 and 1C. RGB value is (14,102,28). Sum of RGB (Red+Green+Blue) = 14+102+28=144 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.72% from 144); Green value is 102 (40.23% from 255 or 70.83% from 144); Blue value is 28 (11.33% from 255 or 19.44% from 144); Max value from RGB is 102 - color contains mainly: green. Hex color #0E661C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E661C is #F199E3. Grayscale: #434343. Windows color (decimal): -15833572 or 1861134. OLE color: 1861134.

HSL color Cylindrical-coordinate representation of color #0E661C: hue angle of 129.55º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0E661C is Cyan = 0.86, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.6.

Color convert

RGB 14 102 28 -
CMYK 0.86 0 0.73 0.6
HSL 129.55º 0.76% 0.23% -
HSV(B) 129.55º 0.86% 0.4% -
XYZ 5.14 9.68 2.7 -
YUV 67.25 105.85 90.02 -
System Red Green Blue C M Y K H S L
Decimal 14 102 28 0.86 0 0.73 0.6 129.55 0.76 0.23
Hex E 66 1C 56 0 49 3C 82 4C 17
Octal 16 146 34 126 0 111 74 202 114 27
Binary 1110 1100110 11100 1010110 0 1001001 111100 10000010 1001100 10111

Color Harmonies of #0E661C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E661C

Black with #0E661C

Text Example


Text Example

White with #0E661C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E661C; }

 p { color: rgb(14,102,28); }

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

background-color css

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

 a { background-color: rgb(14,102,28); }

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

border-color css

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

 span { border-color: rgb(14,102,28); }

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