Html Css Color HEX #0E7B15 Green

📋 copy color: '#0E7B15'

red 14 ◦ green 123 ◦ blue 21

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

Shades of Green #0E7B15

Tints of Green #0E7B15

RGB

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

 GREEN value IS 123 (48.44% from 255) = 77.85%

 BLUE value IS 21 (8.59% from 255) = 13.29%

R = 8.86%
G = 77.85%
B = 13.29%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.83

 K value IS 0.52

RGB Variations

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

Color information

#0E7B15 (or 0x0E7B15) is known color: Green. HEX triplet: 0E, 7B and 15. RGB value is (14,123,21). Sum of RGB (Red+Green+Blue) = 14+123+21=158 (20% of max value = 765). Red value is 14 (5.86% from 255 or 8.86% from 158); Green value is 123 (48.44% from 255 or 77.85% from 158); Blue value is 21 (8.59% from 255 or 13.29% from 158); Max value from RGB is 123 - color contains mainly: green. Hex color #0E7B15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E7B15 is #F184EA. Grayscale: #4F4F4F. Windows color (decimal): -15828203 or 1407758. OLE color: 1407758.

HSL color Cylindrical-coordinate representation of color #0E7B15: hue angle of 123.85º degrees, saturation: 0.8, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E7B15 is Cyan = 0.89, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.52.

Color convert

RGB 14 123 21 -
CMYK 0.89 0 0.83 0.52
HSL 123.85º 0.8% 0.27% -
HSV(B) 123.85º 0.89% 0.48% -
XYZ 7.4 14.31 3.08 -
YUV 78.78 95.39 81.79 -
System Red Green Blue C M Y K H S L
Decimal 14 123 21 0.89 0 0.83 0.52 123.85 0.8 0.27
Hex E 7B 15 59 0 53 34 7C 50 1B
Octal 16 173 25 131 0 123 64 174 120 33
Binary 1110 1111011 10101 1011001 0 1010011 110100 1111100 1010000 11011

Color Harmonies of #0E7B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7B15

Black with #0E7B15

Text Example


Text Example

White with #0E7B15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,123,21); }

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

background-color css

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

 a { background-color: rgb(14,123,21); }

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

border-color css

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

 span { border-color: rgb(14,123,21); }

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