Html Css Color HEX #507500 Fiji Green

📋 copy color: '#507500'

red 80 ◦ green 117 ◦ blue 0

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

Shades of Fiji Green #507500

Tints of Fiji Green #507500

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 40.61%
G = 59.39%
B = 0%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#507500 (or 0x507500) is known color: Fiji Green. HEX triplet: 50, 75 and 00. RGB value is (80,117,0). Sum of RGB (Red+Green+Blue) = 80+117+0=197 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.61% from 197); Green value is 117 (46.09% from 255 or 59.39% from 197); Blue value is 0 (0.39% from 255 or 0% from 197); Max value from RGB is 117 - color contains mainly: green. Hex color #507500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507500 is #AF8AFF. Grayscale: #5D5D5D. Windows color (decimal): -11504384 or 30032. OLE color: 30032.

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

Color convert

RGB 80 117 0 -
CMYK 0.32 0 1 0.54
HSL 78.97º 1% 0.23% -
HSV(B) 78.97º 1% 0.46% -
XYZ 9.67 14.43 2.28 -
YUV 92.6 75.74 119.01 -
System Red Green Blue C M Y K H S L
Decimal 80 117 0 0.32 0 1 0.54 78.97 1 0.23
Hex 50 75 0 20 0 64 36 4F 64 17
Octal 120 165 0 40 0 144 66 117 144 27
Binary 1010000 1110101 0 100000 0 1100100 110110 1001111 1100100 10111

Color Harmonies of #507500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507500

Black with #507500

Text Example


Text Example

White with #507500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507500; }

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

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

background-color css

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

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

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

border-color css

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

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

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