Html Css Color HEX #0E752E Camarone

📋 copy color: '#0E752E'

red 14 ◦ green 117 ◦ blue 46

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

Shades of Camarone #0E752E

Tints of Camarone #0E752E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 66.1%

 BLUE value IS 46 (18.36% from 255) = 25.99%

R = 7.91%
G = 66.1%
B = 25.99%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.61

 K value IS 0.54

RGB Variations

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

Color information

#0E752E (or 0x0E752E) is known color: Camarone. HEX triplet: 0E, 75 and 2E. RGB value is (14,117,46). Sum of RGB (Red+Green+Blue) = 14+117+46=177 (23% of max value = 765). Red value is 14 (5.86% from 255 or 7.91% from 177); Green value is 117 (46.09% from 255 or 66.10% from 177); Blue value is 46 (18.36% from 255 or 25.99% from 177); Max value from RGB is 117 - color contains mainly: green. Hex color #0E752E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0E752E is #F18AD1. Grayscale: #4E4E4E. Windows color (decimal): -15829714 or 3044622. OLE color: 3044622.

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

Color convert

RGB 14 117 46 -
CMYK 0.88 0 0.61 0.54
HSL 138.64º 0.79% 0.26% -
HSV(B) 138.64º 0.88% 0.46% -
XYZ 7.04 13.01 4.73 -
YUV 78.11 109.88 82.27 -
System Red Green Blue C M Y K H S L
Decimal 14 117 46 0.88 0 0.61 0.54 138.64 0.79 0.26
Hex E 75 2E 58 0 3D 36 8B 4F 1A
Octal 16 165 56 130 0 75 66 213 117 32
Binary 1110 1110101 101110 1011000 0 111101 110110 10001011 1001111 11010

Color Harmonies of #0E752E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E752E

Black with #0E752E

Text Example


Text Example

White with #0E752E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,117,46); }

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

background-color css

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

 a { background-color: rgb(14,117,46); }

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

border-color css

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

 span { border-color: rgb(14,117,46); }

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