Html Css Color HEX #00760E Green

📋 copy color: '#00760E'

red 0 ◦ green 118 ◦ blue 14

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

Shades of Green #00760E

Tints of Green #00760E

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 118 (46.48% from 255) = 89.39%

 BLUE value IS 14 (5.86% from 255) = 10.61%

R = 0%
G = 89.39%
B = 10.61%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.88

 K value IS 0.54

RGB Variations

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

Color information

#00760E (or 0x00760E) is known color: Green. HEX triplet: 00, 76 and 0E. RGB value is (0,118,14). Sum of RGB (Red+Green+Blue) = 0+118+14=132 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 132); Green value is 118 (46.48% from 255 or 89.39% from 132); Blue value is 14 (5.86% from 255 or 10.61% from 132); Max value from RGB is 118 - color contains mainly: green. Hex color #00760E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00760E is #FF89F1. Grayscale: #474747. Windows color (decimal): -16746994 or 947712. OLE color: 947712.

HSL color Cylindrical-coordinate representation of color #00760E: hue angle of 127.12º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00760E is Cyan = 1, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 118 14 -
CMYK 1 0 0.88 0.54
HSL 127.12º 1% 0.23% -
HSV(B) 127.12º 1% 0.46% -
XYZ 6.56 12.99 2.58 -
YUV 70.86 95.91 77.46 -
System Red Green Blue C M Y K H S L
Decimal 0 118 14 1 0 0.88 0.54 127.12 1 0.23
Hex 0 76 E 64 0 58 36 7F 64 17
Octal 0 166 16 144 0 130 66 177 144 27
Binary 0 1110110 1110 1100100 0 1011000 110110 1111111 1100100 10111

Color Harmonies of #00760E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00760E

Black with #00760E

Text Example


Text Example

White with #00760E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00760E; }

 p { color: rgb(0,118,14); }

 H1.HeaderClassName
 {
   color: #00760E;
 }
 .AnyTagClassName
 {
   color: #00760E;
 }
</style>

background-color css

<style>
 a { background-color: #00760E; }

 a { background-color: rgb(0,118,14); }

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

border-color css

<style>
 span { border-color: #00760E; }

 span { border-color: rgb(0,118,14); }

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