Html Css Color HEX #00760D Green

📋 copy color: '#00760D'

red 0 ◦ green 118 ◦ blue 13

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

Shades of Green #00760D

Tints of Green #00760D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 9.92%

R = 0%
G = 90.08%
B = 9.92%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#00760D (or 0x00760D) is known color: Green. HEX triplet: 00, 76 and 0D. RGB value is (0,118,13). Sum of RGB (Red+Green+Blue) = 0+118+13=131 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 131); Green value is 118 (46.48% from 255 or 90.08% from 131); Blue value is 13 (5.47% from 255 or 9.92% from 131); Max value from RGB is 118 - color contains mainly: green. Hex color #00760D is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #00760D is #FF89F2. Grayscale: #474747. Windows color (decimal): -16746995 or 882176. OLE color: 882176.

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

Color convert

RGB 0 118 13 -
CMYK 1 0 0.89 0.54
HSL 126.61º 1% 0.23% -
HSV(B) 126.61º 1% 0.46% -
XYZ 6.55 12.99 2.54 -
YUV 70.75 95.41 77.54 -
System Red Green Blue C M Y K H S L
Decimal 0 118 13 1 0 0.89 0.54 126.61 1 0.23
Hex 0 76 D 64 0 59 36 7F 64 17
Octal 0 166 15 144 0 131 66 177 144 27
Binary 0 1110110 1101 1100100 0 1011001 110110 1111111 1100100 10111

Color Harmonies of #00760D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00760D

Black with #00760D

Text Example


Text Example

White with #00760D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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