Html Css Color HEX #0E6509 Green

📋 copy color: '#0E6509'

red 14 ◦ green 101 ◦ blue 9

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

Shades of Green #0E6509

Tints of Green #0E6509

RGB

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

 GREEN value IS 101 (39.84% from 255) = 81.45%

 BLUE value IS 9 (3.91% from 255) = 7.26%

R = 11.29%
G = 81.45%
B = 7.26%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.91

 K value IS 0.60

RGB Variations

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

Color information

#0E6509 (or 0x0E6509) is known color: Green. HEX triplet: 0E, 65 and 09. RGB value is (14,101,9). Sum of RGB (Red+Green+Blue) = 14+101+9=124 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.29% from 124); Green value is 101 (39.84% from 255 or 81.45% from 124); Blue value is 9 (3.91% from 255 or 7.26% from 124); Max value from RGB is 101 - color contains mainly: green. Hex color #0E6509 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E6509 is #F19AF6. Grayscale: #404040. Windows color (decimal): -15833847 or 615694. OLE color: 615694.

HSL color Cylindrical-coordinate representation of color #0E6509: hue angle of 116.74º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E6509 is Cyan = 0.86, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.60.

Color convert

RGB 14 101 9 -
CMYK 0.86 0 0.91 0.60
HSL 116.74º 0.84% 0.22% -
HSV(B) 116.74º 0.91% 0.4% -
XYZ 4.88 9.42 1.82 -
YUV 64.5 96.68 91.98 -
System Red Green Blue C M Y K H S L
Decimal 14 101 9 0.86 0 0.91 0.60 116.74 0.84 0.22
Hex E 65 9 56 0 5B 3C 75 54 16
Octal 16 145 11 126 0 133 74 165 124 26
Binary 1110 1100101 1001 1010110 0 1011011 111100 1110101 1010100 10110

Color Harmonies of #0E6509

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6509

Black with #0E6509

Text Example


Text Example

White with #0E6509

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,101,9); }

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

background-color css

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

 a { background-color: rgb(14,101,9); }

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

border-color css

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

 span { border-color: rgb(14,101,9); }

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