Html Css Color HEX #50780B Fiji Green

📋 copy color: '#50780B'

red 80 ◦ green 120 ◦ blue 11

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

Shades of Fiji Green #50780B

Tints of Fiji Green #50780B

RGB

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

 GREEN value IS 120 (47.27% from 255) = 56.87%

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

R = 37.91%
G = 56.87%
B = 5.21%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.91

 K value IS 0.53

RGB Variations

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

Color information

#50780B (or 0x50780B) is known color: Fiji Green. HEX triplet: 50, 78 and 0B. RGB value is (80,120,11). Sum of RGB (Red+Green+Blue) = 80+120+11=211 (27% of max value = 765). Red value is 80 (31.64% from 255 or 37.91% from 211); Green value is 120 (47.27% from 255 or 56.87% from 211); Blue value is 11 (4.69% from 255 or 5.21% from 211); Max value from RGB is 120 - color contains mainly: green. Hex color #50780B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50780B is #AF87F4. Grayscale: #606060. Windows color (decimal): -11503605 or 751696. OLE color: 751696.

HSL color Cylindrical-coordinate representation of color #50780B: hue angle of 82.02º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #50780B is Cyan = 0.33, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 120 11 -
CMYK 0.33 0 0.91 0.53
HSL 82.02º 0.83% 0.26% -
HSV(B) 82.02º 0.91% 0.47% -
XYZ 10.09 15.16 2.71 -
YUV 95.61 80.25 116.86 -
System Red Green Blue C M Y K H S L
Decimal 80 120 11 0.33 0 0.91 0.53 82.02 0.83 0.26
Hex 50 78 B 21 0 5B 35 52 53 1A
Octal 120 170 13 41 0 133 65 122 123 32
Binary 1010000 1111000 1011 100001 0 1011011 110101 1010010 1010011 11010

Color Harmonies of #50780B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50780B

Black with #50780B

Text Example


Text Example

White with #50780B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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