Html Css Color HEX #0E770C Green

📋 copy color: '#0E770C'

red 14 ◦ green 119 ◦ blue 12

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

Shades of Green #0E770C

Tints of Green #0E770C

RGB

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

 GREEN value IS 119 (46.88% from 255) = 82.07%

 BLUE value IS 12 (5.08% from 255) = 8.28%

R = 9.66%
G = 82.07%
B = 8.28%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.90

 K value IS 0.53

RGB Variations

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

Color information

#0E770C (or 0x0E770C) is known color: Green. HEX triplet: 0E, 77 and 0C. RGB value is (14,119,12). Sum of RGB (Red+Green+Blue) = 14+119+12=145 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.66% from 145); Green value is 119 (46.88% from 255 or 82.07% from 145); Blue value is 12 (5.08% from 255 or 8.28% from 145); Max value from RGB is 119 - color contains mainly: green. Hex color #0E770C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0E770C is #F188F3. Grayscale: #4B4B4B. Windows color (decimal): -15829236 or 816910. OLE color: 816910.

HSL color Cylindrical-coordinate representation of color #0E770C: hue angle of 118.88º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E770C is Cyan = 0.88, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.53.

Color convert

RGB 14 119 12 -
CMYK 0.88 0 0.90 0.53
HSL 118.88º 0.82% 0.26% -
HSV(B) 118.88º 0.9% 0.47% -
XYZ 6.84 13.31 2.56 -
YUV 75.41 92.21 84.2 -
System Red Green Blue C M Y K H S L
Decimal 14 119 12 0.88 0 0.90 0.53 118.88 0.82 0.26
Hex E 77 C 58 0 5A 35 77 52 1A
Octal 16 167 14 130 0 132 65 167 122 32
Binary 1110 1110111 1100 1011000 0 1011010 110101 1110111 1010010 11010

Color Harmonies of #0E770C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E770C

Black with #0E770C

Text Example


Text Example

White with #0E770C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,119,12); }

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

background-color css

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

 a { background-color: rgb(14,119,12); }

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

border-color css

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

 span { border-color: rgb(14,119,12); }

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