Html Css Color HEX #50760B Fiji Green

📋 copy color: '#50760B'

red 80 ◦ green 118 ◦ blue 11

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

Shades of Fiji Green #50760B

Tints of Fiji Green #50760B

RGB

 RED value IS 80 (31.64% from 255) = 38.28%

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

 BLUE value IS 11 (4.69% from 255) = 5.26%

R = 38.28%
G = 56.46%
B = 5.26%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.91

 K value IS 0.54

RGB Variations

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

Color information

#50760B (or 0x50760B) is known color: Fiji Green. HEX triplet: 50, 76 and 0B. RGB value is (80,118,11). Sum of RGB (Red+Green+Blue) = 80+118+11=209 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.28% from 209); Green value is 118 (46.48% from 255 or 56.46% from 209); Blue value is 11 (4.69% from 255 or 5.26% from 209); Max value from RGB is 118 - color contains mainly: green. Hex color #50760B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50760B is #AF89F4. Grayscale: #5E5E5E. Windows color (decimal): -11504117 or 751184. OLE color: 751184.

HSL color Cylindrical-coordinate representation of color #50760B: hue angle of 81.31º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #50760B is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 118 11 -
CMYK 0.32 0 0.91 0.54
HSL 81.31º 0.83% 0.25% -
HSV(B) 81.31º 0.91% 0.46% -
XYZ 9.85 14.69 2.63 -
YUV 94.44 80.91 117.7 -
System Red Green Blue C M Y K H S L
Decimal 80 118 11 0.32 0 0.91 0.54 81.31 0.83 0.25
Hex 50 76 B 20 0 5B 36 51 53 19
Octal 120 166 13 40 0 133 66 121 123 31
Binary 1010000 1110110 1011 100000 0 1011011 110110 1010001 1010011 11001

Color Harmonies of #50760B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50760B

Black with #50760B

Text Example


Text Example

White with #50760B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,118,11); }

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

background-color css

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

 a { background-color: rgb(80,118,11); }

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

border-color css

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

 span { border-color: rgb(80,118,11); }

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