Html Css Color HEX #00761B Green

📋 copy color: '#00761B'

red 0 ◦ green 118 ◦ blue 27

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

Shades of Green #00761B

Tints of Green #00761B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 18.62%

R = 0%
G = 81.38%
B = 18.62%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.77

 K value IS 0.54

RGB Variations

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

Color information

#00761B (or 0x00761B) is known color: Green. HEX triplet: 00, 76 and 1B. RGB value is (0,118,27). Sum of RGB (Red+Green+Blue) = 0+118+27=145 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 145); Green value is 118 (46.48% from 255 or 81.38% from 145); Blue value is 27 (10.94% from 255 or 18.62% from 145); Max value from RGB is 118 - color contains mainly: green. Hex color #00761B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00761B is #FF89E4. Grayscale: #484848. Windows color (decimal): -16746981 or 1799680. OLE color: 1799680.

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

Color convert

RGB 0 118 27 -
CMYK 1 0 0.77 0.54
HSL 133.73º 1% 0.23% -
HSV(B) 133.73º 1% 0.46% -
XYZ 6.68 13.04 3.2 -
YUV 72.34 102.41 76.4 -
System Red Green Blue C M Y K H S L
Decimal 0 118 27 1 0 0.77 0.54 133.73 1 0.23
Hex 0 76 1B 64 0 4D 36 86 64 17
Octal 0 166 33 144 0 115 66 206 144 27
Binary 0 1110110 11011 1100100 0 1001101 110110 10000110 1100100 10111

Color Harmonies of #00761B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00761B

Black with #00761B

Text Example


Text Example

White with #00761B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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