Html Css Color HEX #507501 Fiji Green

📋 copy color: '#507501'

red 80 ◦ green 117 ◦ blue 1

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

Shades of Fiji Green #507501

Tints of Fiji Green #507501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.51%

R = 40.4%
G = 59.09%
B = 0.51%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#507501 (or 0x507501) is known color: Fiji Green. HEX triplet: 50, 75 and 01. RGB value is (80,117,1). Sum of RGB (Red+Green+Blue) = 80+117+1=198 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.40% from 198); Green value is 117 (46.09% from 255 or 59.09% from 198); Blue value is 1 (0.78% from 255 or 0.51% from 198); Max value from RGB is 117 - color contains mainly: green. Hex color #507501 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507501 is #AF8AFE. Grayscale: #5D5D5D. Windows color (decimal): -11504383 or 95568. OLE color: 95568.

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

Color convert

RGB 80 117 1 -
CMYK 0.32 0 0.99 0.54
HSL 79.14º 0.98% 0.23% -
HSV(B) 79.14º 0.99% 0.46% -
XYZ 9.68 14.43 2.3 -
YUV 92.71 76.24 118.93 -
System Red Green Blue C M Y K H S L
Decimal 80 117 1 0.32 0 0.99 0.54 79.14 0.98 0.23
Hex 50 75 1 20 0 63 36 4F 62 17
Octal 120 165 1 40 0 143 66 117 142 27
Binary 1010000 1110101 1 100000 0 1100011 110110 1001111 1100010 10111

Color Harmonies of #507501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507501

Black with #507501

Text Example


Text Example

White with #507501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507501; }

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

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

background-color css

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

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

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

border-color css

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

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

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