#0E6307

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

Shades of Green #0E6307

Tints of Green #0E6307

Color information

#0E6307 (or 0x0E6307) is unknown color: approx Green. HEX triplet: 0E, 63 and 07. RGB value is (14,99,7). Sum of RGB (Red+Green+Blue) = 14+99+7=120 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.67% from 120); Green value is 99 (39.06% from 255 or 82.5% from 120); Blue value is 7 (3.12% from 255 or 5.83% from 120); Max value from RGB is 99 - color contains mainly: green. Hex color #0E6307 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E6307 is #F19CF8. Grayscale: #3F3F3F. Windows color (decimal): -15834361 or 484110. OLE color: 484110.

HSL color Cylindrical-coordinate representation of color #0E6307: hue angle of 115.43º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E6307 is Cyan = 0.86, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.61.

Color convert

RGB14997-
CMYK0.8600.930.61
HSL115.43º86.79%20.78%-
HSV(B)115.43º92.93%38.82%-
XYZ4.689.031.7-
YUV63.196.3492.98-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 11.67%
GREEN value IS 99 (39.06% from 255) = 82.5%
BLUE value IS 7 (3.12% from 255) = 5.83%
R=11.67%
G=82.5%
B=5.83%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal149970.8600.930.61115.4386.7920.78
HexE6375605D3D735715
Octal16143712601357516312725
Binary111011000111111010110010111011111011110011101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E6307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,99,7); }

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

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

 a { background-color: rgb(14,99,7); }

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

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

 span { border-color: rgb(14,99,7); }

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