Html Css Color HEX #0E6008 Green

📋 copy color: '#0E6008'

red 14 ◦ green 96 ◦ blue 8

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

Shades of Green #0E6008

Tints of Green #0E6008

RGB

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

 GREEN value IS 96 (37.89% from 255) = 81.36%

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

R = 11.86%
G = 81.36%
B = 6.78%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.92

 K value IS 0.62

RGB Variations

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

Color information

#0E6008 (or 0x0E6008) is known color: Green. HEX triplet: 0E, 60 and 08. RGB value is (14,96,8). Sum of RGB (Red+Green+Blue) = 14+96+8=118 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.86% from 118); Green value is 96 (37.89% from 255 or 81.36% from 118); Blue value is 8 (3.52% from 255 or 6.78% from 118); Max value from RGB is 96 - color contains mainly: green. Hex color #0E6008 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E6008 is #F19FF7. Grayscale: #3D3D3D. Windows color (decimal): -15835128 or 548878. OLE color: 548878.

HSL color Cylindrical-coordinate representation of color #0E6008: hue angle of 115.91º degrees, saturation: 0.85, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E6008 is Cyan = 0.85, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB 14 96 8 -
CMYK 0.85 0 0.92 0.62
HSL 115.91º 0.85% 0.2% -
HSV(B) 115.91º 0.92% 0.38% -
XYZ 4.41 8.48 1.63 -
YUV 61.45 97.83 94.16 -
System Red Green Blue C M Y K H S L
Decimal 14 96 8 0.85 0 0.92 0.62 115.91 0.85 0.2
Hex E 60 8 55 0 5C 3E 74 55 14
Octal 16 140 10 125 0 134 76 164 125 24
Binary 1110 1100000 1000 1010101 0 1011100 111110 1110100 1010101 10100

Color Harmonies of #0E6008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6008

Black with #0E6008

Text Example


Text Example

White with #0E6008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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