Html Css Color HEX #50790B Fiji Green

📋 copy color: '#50790B'

red 80 ◦ green 121 ◦ blue 11

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

Shades of Fiji Green #50790B

Tints of Fiji Green #50790B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 57.08%

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

R = 37.74%
G = 57.08%
B = 5.19%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.91

 K value IS 0.53

RGB Variations

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

Color information

#50790B (or 0x50790B) is known color: Fiji Green. HEX triplet: 50, 79 and 0B. RGB value is (80,121,11). Sum of RGB (Red+Green+Blue) = 80+121+11=212 (28% of max value = 765). Red value is 80 (31.64% from 255 or 37.74% from 212); Green value is 121 (47.66% from 255 or 57.08% from 212); Blue value is 11 (4.69% from 255 or 5.19% from 212); Max value from RGB is 121 - color contains mainly: green. Hex color #50790B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50790B is #AF86F4. Grayscale: #606060. Windows color (decimal): -11503349 or 751952. OLE color: 751952.

HSL color Cylindrical-coordinate representation of color #50790B: hue angle of 82.36º 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 #50790B is Cyan = 0.34, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 121 11 -
CMYK 0.34 0 0.91 0.53
HSL 82.36º 0.83% 0.26% -
HSV(B) 82.36º 0.91% 0.47% -
XYZ 10.21 15.4 2.75 -
YUV 96.2 79.92 116.44 -
System Red Green Blue C M Y K H S L
Decimal 80 121 11 0.34 0 0.91 0.53 82.36 0.83 0.26
Hex 50 79 B 22 0 5B 35 52 53 1A
Octal 120 171 13 42 0 133 65 122 123 32
Binary 1010000 1111001 1011 100010 0 1011011 110101 1010010 1010011 11010

Color Harmonies of #50790B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50790B

Black with #50790B

Text Example


Text Example

White with #50790B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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