Html Css Color HEX #00761D Green

📋 copy color: '#00761D'

red 0 ◦ green 118 ◦ blue 29

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

Shades of Green #00761D

Tints of Green #00761D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 19.73%

R = 0%
G = 80.27%
B = 19.73%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.75

 K value IS 0.54

RGB Variations

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

Color information

#00761D (or 0x00761D) is known color: Green. HEX triplet: 00, 76 and 1D. RGB value is (0,118,29). Sum of RGB (Red+Green+Blue) = 0+118+29=147 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 147); Green value is 118 (46.48% from 255 or 80.27% from 147); Blue value is 29 (11.72% from 255 or 19.73% from 147); Max value from RGB is 118 - color contains mainly: green. Hex color #00761D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00761D is #FF89E2. Grayscale: #484848. Windows color (decimal): -16746979 or 1930752. OLE color: 1930752.

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

Color convert

RGB 0 118 29 -
CMYK 1 0 0.75 0.54
HSL 134.75º 1% 0.23% -
HSV(B) 134.75º 1% 0.46% -
XYZ 6.7 13.05 3.33 -
YUV 72.57 103.41 76.24 -
System Red Green Blue C M Y K H S L
Decimal 0 118 29 1 0 0.75 0.54 134.75 1 0.23
Hex 0 76 1D 64 0 4B 36 87 64 17
Octal 0 166 35 144 0 113 66 207 144 27
Binary 0 1110110 11101 1100100 0 1001011 110110 10000111 1100100 10111

Color Harmonies of #00761D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00761D

Black with #00761D

Text Example


Text Example

White with #00761D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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