Html Css Color HEX #50770B Fiji Green

📋 copy color: '#50770B'

red 80 ◦ green 119 ◦ blue 11

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

Shades of Fiji Green #50770B

Tints of Fiji Green #50770B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 56.67%

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

R = 38.1%
G = 56.67%
B = 5.24%

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

#50770B (or 0x50770B) is known color: Fiji Green. HEX triplet: 50, 77 and 0B. RGB value is (80,119,11). Sum of RGB (Red+Green+Blue) = 80+119+11=210 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.10% from 210); Green value is 119 (46.88% from 255 or 56.67% from 210); Blue value is 11 (4.69% from 255 or 5.24% from 210); Max value from RGB is 119 - color contains mainly: green. Hex color #50770B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50770B is #AF88F4. Grayscale: #5F5F5F. Windows color (decimal): -11503861 or 751440. OLE color: 751440.

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

Color convert

RGB 80 119 11 -
CMYK 0.33 0 0.91 0.53
HSL 81.67º 0.83% 0.25% -
HSV(B) 81.67º 0.91% 0.47% -
XYZ 9.97 14.92 2.67 -
YUV 95.03 80.58 117.28 -
System Red Green Blue C M Y K H S L
Decimal 80 119 11 0.33 0 0.91 0.53 81.67 0.83 0.25
Hex 50 77 B 21 0 5B 35 52 53 19
Octal 120 167 13 41 0 133 65 122 123 31
Binary 1010000 1110111 1011 100001 0 1011011 110101 1010010 1010011 11001

Color Harmonies of #50770B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50770B

Black with #50770B

Text Example


Text Example

White with #50770B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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