Html Css Color HEX #50750A Fiji Green

📋 copy color: '#50750A'

red 80 ◦ green 117 ◦ blue 10

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

Shades of Fiji Green #50750A

Tints of Fiji Green #50750A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 56.52%

 BLUE value IS 10 (4.3% from 255) = 4.83%

R = 38.65%
G = 56.52%
B = 4.83%

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

#50750A (or 0x50750A) is known color: Fiji Green. HEX triplet: 50, 75 and 0A. RGB value is (80,117,10). Sum of RGB (Red+Green+Blue) = 80+117+10=207 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.65% from 207); Green value is 117 (46.09% from 255 or 56.52% from 207); Blue value is 10 (4.30% from 255 or 4.83% from 207); Max value from RGB is 117 - color contains mainly: green. Hex color #50750A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #50750A is #AF8AF5. Grayscale: #5E5E5E. Windows color (decimal): -11504374 or 685392. OLE color: 685392.

HSL color Cylindrical-coordinate representation of color #50750A: hue angle of 80.75º degrees, saturation: 0.84, 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 #50750A is Cyan = 0.32, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 117 10 -
CMYK 0.32 0 0.91 0.54
HSL 80.75º 0.84% 0.25% -
HSV(B) 80.75º 0.91% 0.46% -
XYZ 9.72 14.45 2.56 -
YUV 93.74 80.74 118.2 -
System Red Green Blue C M Y K H S L
Decimal 80 117 10 0.32 0 0.91 0.54 80.75 0.84 0.25
Hex 50 75 A 20 0 5B 36 51 54 19
Octal 120 165 12 40 0 133 66 121 124 31
Binary 1010000 1110101 1010 100000 0 1011011 110110 1010001 1010100 11001

Color Harmonies of #50750A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #50750A

Black with #50750A

Text Example


Text Example

White with #50750A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #50750A; }

 p { color: rgb(80,117,10); }

 H1.HeaderClassName
 {
   color: #50750A;
 }
 .AnyTagClassName
 {
   color: #50750A;
 }
</style>

background-color css

<style>
 a { background-color: #50750A; }

 a { background-color: rgb(80,117,10); }

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

border-color css

<style>
 span { border-color: #50750A; }

 span { border-color: rgb(80,117,10); }

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