Html Css Color HEX #0E671A Crusoe

📋 copy color: '#0E671A'

red 14 ◦ green 103 ◦ blue 26

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

Shades of Crusoe #0E671A

Tints of Crusoe #0E671A

RGB

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

 GREEN value IS 103 (40.63% from 255) = 72.03%

 BLUE value IS 26 (10.55% from 255) = 18.18%

R = 9.79%
G = 72.03%
B = 18.18%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.75

 K value IS 0.60

RGB Variations

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

Color information

#0E671A (or 0x0E671A) is known color: Crusoe. HEX triplet: 0E, 67 and 1A. RGB value is (14,103,26). Sum of RGB (Red+Green+Blue) = 14+103+26=143 (18% of max value = 765). Red value is 14 (5.86% from 255 or 9.79% from 143); Green value is 103 (40.62% from 255 or 72.03% from 143); Blue value is 26 (10.55% from 255 or 18.18% from 143); Max value from RGB is 103 - color contains mainly: green. Hex color #0E671A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E671A is #F198E5. Grayscale: #434343. Windows color (decimal): -15833318 or 1730318. OLE color: 1730318.

HSL color Cylindrical-coordinate representation of color #0E671A: hue angle of 128.09º 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 #0E671A is Cyan = 0.86, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.60.

Color convert

RGB 14 103 26 -
CMYK 0.86 0 0.75 0.60
HSL 128.09º 0.76% 0.23% -
HSV(B) 128.09º 0.86% 0.4% -
XYZ 5.22 9.87 2.61 -
YUV 67.61 104.51 89.76 -
System Red Green Blue C M Y K H S L
Decimal 14 103 26 0.86 0 0.75 0.60 128.09 0.76 0.23
Hex E 67 1A 56 0 4B 3C 80 4C 17
Octal 16 147 32 126 0 113 74 200 114 27
Binary 1110 1100111 11010 1010110 0 1001011 111100 10000000 1001100 10111

Color Harmonies of #0E671A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E671A

Black with #0E671A

Text Example


Text Example

White with #0E671A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,103,26); }

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

background-color css

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

 a { background-color: rgb(14,103,26); }

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

border-color css

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

 span { border-color: rgb(14,103,26); }

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