Html Css Color HEX #0E681B Crusoe

📋 copy color: '#0E681B'

red 14 ◦ green 104 ◦ blue 27

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

Shades of Crusoe #0E681B

Tints of Crusoe #0E681B

RGB

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

 GREEN value IS 104 (41.02% from 255) = 71.72%

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

R = 9.66%
G = 71.72%
B = 18.62%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.74

 K value IS 0.59

RGB Variations

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

Color information

#0E681B (or 0x0E681B) is known color: Crusoe. HEX triplet: 0E, 68 and 1B. RGB value is (14,104,27). Sum of RGB (Red+Green+Blue) = 14+104+27=145 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.66% from 145); Green value is 104 (41.02% from 255 or 71.72% from 145); Blue value is 27 (10.94% from 255 or 18.62% from 145); Max value from RGB is 104 - color contains mainly: green. Hex color #0E681B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E681B is #F197E4. Grayscale: #444444. Windows color (decimal): -15833061 or 1796110. OLE color: 1796110.

HSL color Cylindrical-coordinate representation of color #0E681B: hue angle of 128.67º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E681B is Cyan = 0.87, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.59.

Color convert

RGB 14 104 27 -
CMYK 0.87 0 0.74 0.59
HSL 128.67º 0.76% 0.23% -
HSV(B) 128.67º 0.87% 0.41% -
XYZ 5.33 10.07 2.7 -
YUV 68.31 104.68 89.26 -
System Red Green Blue C M Y K H S L
Decimal 14 104 27 0.87 0 0.74 0.59 128.67 0.76 0.23
Hex E 68 1B 57 0 4A 3B 81 4C 17
Octal 16 150 33 127 0 112 73 201 114 27
Binary 1110 1101000 11011 1010111 0 1001010 111011 10000001 1001100 10111

Color Harmonies of #0E681B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E681B

Black with #0E681B

Text Example


Text Example

White with #0E681B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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