#0E7729

Color #0E7729 Camarone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Camarone #0E7729

Tints of Camarone #0E7729

Color information

#0E7729 (or 0x0E7729) is unknown color: approx Camarone. HEX triplet: 0E, 77 and 29. RGB value is (14,119,41). Sum of RGB (Red+Green+Blue) = 14+119+41=174 (23% of max value = 765). Red value is 14 (5.86% from 255 or 8.05% from 174); Green value is 119 (46.88% from 255 or 68.39% from 174); Blue value is 41 (16.41% from 255 or 23.56% from 174); Max value from RGB is 119 - color contains mainly: green. Hex color #0E7729 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E7729 is #F188D6. Grayscale: #4E4E4E. Windows color (decimal): -15829207 or 2717454. OLE color: 2717454.

HSL color Cylindrical-coordinate representation of color #0E7729: hue angle of 135.43º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E7729 is Cyan = 0.88, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB1411941-
CMYK0.8800.660.53
HSL135.43º78.95%26.08%-
HSV(B)135.43º88.24%46.67%-
XYZ7.1813.454.32-
YUV78.71106.7181.84-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 8.05%
GREEN value IS 119 (46.88% from 255) = 68.39%
BLUE value IS 41 (16.41% from 255) = 23.56%
R=8.05%
G=68.39%
B=23.56%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal14119410.8800.660.53135.4378.9526.08
HexE77295804235874f1a
Octal161675113001026520711732
Binary1110111011110100110110000100001011010110000111100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E7729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,119,41); }

 H1.HeaderClassName
 {
   color: #0E7729;
 }
 .AnyTagClassName
 {
   color: #0E7729;
 }
</style>
background-color css

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

 a { background-color: rgb(14,119,41); }

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

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

 span { border-color: rgb(14,119,41); }

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