Html Css Color HEX #00760A Green

📋 copy color: '#00760A'

red 0 ◦ green 118 ◦ blue 10

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

Shades of Green #00760A

Tints of Green #00760A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 7.81%

R = 0%
G = 92.19%
B = 7.81%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#00760A (or 0x00760A) is known color: Green. HEX triplet: 00, 76 and 0A. RGB value is (0,118,10). Sum of RGB (Red+Green+Blue) = 0+118+10=128 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 128); Green value is 118 (46.48% from 255 or 92.19% from 128); Blue value is 10 (4.30% from 255 or 7.81% from 128); Max value from RGB is 118 - color contains mainly: green. Hex color #00760A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00760A is #FF89F5. Grayscale: #464646. Windows color (decimal): -16746998 or 685568. OLE color: 685568.

HSL color Cylindrical-coordinate representation of color #00760A: hue angle of 125.08º 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 #00760A is Cyan = 1, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB 0 118 10 -
CMYK 1 0 0.92 0.54
HSL 125.08º 1% 0.23% -
HSV(B) 125.08º 1% 0.46% -
XYZ 6.53 12.98 2.45 -
YUV 70.41 93.91 77.78 -
System Red Green Blue C M Y K H S L
Decimal 0 118 10 1 0 0.92 0.54 125.08 1 0.23
Hex 0 76 A 64 0 5C 36 7D 64 17
Octal 0 166 12 144 0 134 66 175 144 27
Binary 0 1110110 1010 1100100 0 1011100 110110 1111101 1100100 10111

Color Harmonies of #00760A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00760A

Black with #00760A

Text Example


Text Example

White with #00760A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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