Html Css Color HEX #0E6016 Crusoe

📋 copy color: '#0E6016'

red 14 ◦ green 96 ◦ blue 22

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

Shades of Crusoe #0E6016

Tints of Crusoe #0E6016

RGB

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

 GREEN value IS 96 (37.89% from 255) = 72.73%

 BLUE value IS 22 (8.98% from 255) = 16.67%

R = 10.61%
G = 72.73%
B = 16.67%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.77

 K value IS 0.62

RGB Variations

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

Color information

#0E6016 (or 0x0E6016) is known color: Crusoe. HEX triplet: 0E, 60 and 16. RGB value is (14,96,22). Sum of RGB (Red+Green+Blue) = 14+96+22=132 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.61% from 132); Green value is 96 (37.89% from 255 or 72.73% from 132); Blue value is 22 (8.98% from 255 or 16.67% from 132); Max value from RGB is 96 - color contains mainly: green. Hex color #0E6016 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E6016 is #F19FE9. Grayscale: #3F3F3F. Windows color (decimal): -15835114 or 1466382. OLE color: 1466382.

HSL color Cylindrical-coordinate representation of color #0E6016: hue angle of 125.85º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0E6016 is Cyan = 0.85, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB 14 96 22 -
CMYK 0.85 0 0.77 0.62
HSL 125.85º 0.75% 0.22% -
HSV(B) 125.85º 0.85% 0.38% -
XYZ 4.51 8.52 2.17 -
YUV 63.05 104.83 93.02 -
System Red Green Blue C M Y K H S L
Decimal 14 96 22 0.85 0 0.77 0.62 125.85 0.75 0.22
Hex E 60 16 55 0 4D 3E 7E 4B 16
Octal 16 140 26 125 0 115 76 176 113 26
Binary 1110 1100000 10110 1010101 0 1001101 111110 1111110 1001011 10110

Color Harmonies of #0E6016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6016

Black with #0E6016

Text Example


Text Example

White with #0E6016

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,96,22); }

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

background-color css

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

 a { background-color: rgb(14,96,22); }

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

border-color css

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

 span { border-color: rgb(14,96,22); }

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