Html Css Color HEX #0E690F Green

📋 copy color: '#0E690F'

red 14 ◦ green 105 ◦ blue 15

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

Shades of Green #0E690F

Tints of Green #0E690F

RGB

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

 GREEN value IS 105 (41.41% from 255) = 78.36%

 BLUE value IS 15 (6.25% from 255) = 11.19%

R = 10.45%
G = 78.36%
B = 11.19%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.86

 K value IS 0.59

RGB Variations

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

Color information

#0E690F (or 0x0E690F) is known color: Green. HEX triplet: 0E, 69 and 0F. RGB value is (14,105,15). Sum of RGB (Red+Green+Blue) = 14+105+15=134 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.45% from 134); Green value is 105 (41.41% from 255 or 78.36% from 134); Blue value is 15 (6.25% from 255 or 11.19% from 134); Max value from RGB is 105 - color contains mainly: green. Hex color #0E690F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E690F is #F196F0. Grayscale: #434343. Windows color (decimal): -15832817 or 1009934. OLE color: 1009934.

HSL color Cylindrical-coordinate representation of color #0E690F: hue angle of 120.66º degrees, saturation: 0.76, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0E690F is Cyan = 0.87, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB 14 105 15 -
CMYK 0.87 0 0.86 0.59
HSL 120.66º 0.76% 0.23% -
HSV(B) 120.66º 0.87% 0.41% -
XYZ 5.32 10.23 2.15 -
YUV 67.53 98.35 89.82 -
System Red Green Blue C M Y K H S L
Decimal 14 105 15 0.87 0 0.86 0.59 120.66 0.76 0.23
Hex E 69 F 57 0 56 3B 79 4C 17
Octal 16 151 17 127 0 126 73 171 114 27
Binary 1110 1101001 1111 1010111 0 1010110 111011 1111001 1001100 10111

Color Harmonies of #0E690F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E690F

Black with #0E690F

Text Example


Text Example

White with #0E690F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,105,15); }

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

background-color css

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

 a { background-color: rgb(14,105,15); }

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

border-color css

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

 span { border-color: rgb(14,105,15); }

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