Html Css Color HEX #0E6A1B Crusoe

📋 copy color: '#0E6A1B'

red 14 ◦ green 106 ◦ blue 27

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

Shades of Crusoe #0E6A1B

Tints of Crusoe #0E6A1B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 72.11%

 BLUE value IS 27 (10.94% from 255) = 18.37%

R = 9.52%
G = 72.11%
B = 18.37%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.75

 K value IS 0.58

RGB Variations

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

Color information

#0E6A1B (or 0x0E6A1B) is known color: Crusoe. HEX triplet: 0E, 6A and 1B. RGB value is (14,106,27). Sum of RGB (Red+Green+Blue) = 14+106+27=147 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.52% from 147); Green value is 106 (41.80% from 255 or 72.11% from 147); Blue value is 27 (10.94% from 255 or 18.37% from 147); Max value from RGB is 106 - color contains mainly: green. Hex color #0E6A1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E6A1B is #F195E4. Grayscale: #454545. Windows color (decimal): -15832549 or 1796622. OLE color: 1796622.

HSL color Cylindrical-coordinate representation of color #0E6A1B: hue angle of 128.48º degrees, saturation: 0.77, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E6A1B is Cyan = 0.87, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.58.

Color convert

RGB 14 106 27 -
CMYK 0.87 0 0.75 0.58
HSL 128.48º 0.77% 0.24% -
HSV(B) 128.48º 0.87% 0.42% -
XYZ 5.53 10.48 2.77 -
YUV 69.49 104.02 88.42 -
System Red Green Blue C M Y K H S L
Decimal 14 106 27 0.87 0 0.75 0.58 128.48 0.77 0.24
Hex E 6A 1B 57 0 4B 3A 80 4D 18
Octal 16 152 33 127 0 113 72 200 115 30
Binary 1110 1101010 11011 1010111 0 1001011 111010 10000000 1001101 11000

Color Harmonies of #0E6A1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6A1B

Black with #0E6A1B

Text Example


Text Example

White with #0E6A1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,106,27); }

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

background-color css

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

 a { background-color: rgb(14,106,27); }

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

border-color css

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

 span { border-color: rgb(14,106,27); }

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