Html Css Color HEX #0E692F Crusoe

📋 copy color: '#0E692F'

red 14 ◦ green 105 ◦ blue 47

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

Shades of Crusoe #0E692F

Tints of Crusoe #0E692F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 63.25%

 BLUE value IS 47 (18.75% from 255) = 28.31%

R = 8.43%
G = 63.25%
B = 28.31%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.55

 K value IS 0.59

RGB Variations

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

Color information

#0E692F (or 0x0E692F) is known color: Crusoe. HEX triplet: 0E, 69 and 2F. RGB value is (14,105,47). Sum of RGB (Red+Green+Blue) = 14+105+47=166 (21% of max value = 765). Red value is 14 (5.86% from 255 or 8.43% from 166); Green value is 105 (41.41% from 255 or 63.25% from 166); Blue value is 47 (18.75% from 255 or 28.31% from 166); Max value from RGB is 105 - color contains mainly: green. Hex color #0E692F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E692F is #F196D0. Grayscale: #474747. Windows color (decimal): -15832785 or 3107086. OLE color: 3107086.

HSL color Cylindrical-coordinate representation of color #0E692F: hue angle of 141.76º 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 #0E692F is Cyan = 0.87, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.59.

Color convert

RGB 14 105 47 -
CMYK 0.87 0 0.55 0.59
HSL 141.76º 0.76% 0.23% -
HSV(B) 141.76º 0.87% 0.41% -
XYZ 5.75 10.4 4.39 -
YUV 71.18 114.35 87.22 -
System Red Green Blue C M Y K H S L
Decimal 14 105 47 0.87 0 0.55 0.59 141.76 0.76 0.23
Hex E 69 2F 57 0 37 3B 8E 4C 17
Octal 16 151 57 127 0 67 73 216 114 27
Binary 1110 1101001 101111 1010111 0 110111 111011 10001110 1001100 10111

Color Harmonies of #0E692F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E692F

Black with #0E692F

Text Example


Text Example

White with #0E692F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,105,47); }

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

background-color css

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

 a { background-color: rgb(14,105,47); }

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

border-color css

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

 span { border-color: rgb(14,105,47); }

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