Html Css Color HEX #0E6C08 Green

📋 copy color: '#0E6C08'

red 14 ◦ green 108 ◦ blue 8

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

Shades of Green #0E6C08

Tints of Green #0E6C08

RGB

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

 GREEN value IS 108 (42.58% from 255) = 83.08%

 BLUE value IS 8 (3.52% from 255) = 6.15%

R = 10.77%
G = 83.08%
B = 6.15%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.93

 K value IS 0.58

RGB Variations

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

Color information

#0E6C08 (or 0x0E6C08) is known color: Green. HEX triplet: 0E, 6C and 08. RGB value is (14,108,8). Sum of RGB (Red+Green+Blue) = 14+108+8=130 (17% of max value = 765). Red value is 14 (5.86% from 255 or 10.77% from 130); Green value is 108 (42.58% from 255 or 83.08% from 130); Blue value is 8 (3.52% from 255 or 6.15% from 130); Max value from RGB is 108 - color contains mainly: green. Hex color #0E6C08 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E6C08 is #F193F7. Grayscale: #444444. Windows color (decimal): -15832056 or 551950. OLE color: 551950.

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

Color convert

RGB 14 108 8 -
CMYK 0.87 0 0.93 0.58
HSL 116.4º 0.86% 0.23% -
HSV(B) 116.4º 0.93% 0.42% -
XYZ 5.59 10.84 2.03 -
YUV 68.49 93.86 89.13 -
System Red Green Blue C M Y K H S L
Decimal 14 108 8 0.87 0 0.93 0.58 116.4 0.86 0.23
Hex E 6C 8 57 0 5D 3A 74 56 17
Octal 16 154 10 127 0 135 72 164 126 27
Binary 1110 1101100 1000 1010111 0 1011101 111010 1110100 1010110 10111

Color Harmonies of #0E6C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6C08

Black with #0E6C08

Text Example


Text Example

White with #0E6C08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,108,8); }

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

background-color css

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

 a { background-color: rgb(14,108,8); }

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

border-color css

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

 span { border-color: rgb(14,108,8); }

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