Html Css Color HEX #507407 Fiji Green

📋 copy color: '#507407'

red 80 ◦ green 116 ◦ blue 7

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

Shades of Fiji Green #507407

Tints of Fiji Green #507407

RGB

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

 GREEN value IS 116 (45.7% from 255) = 57.14%

 BLUE value IS 7 (3.13% from 255) = 3.45%

R = 39.41%
G = 57.14%
B = 3.45%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.94

 K value IS 0.55

RGB Variations

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

Color information

#507407 (or 0x507407) is known color: Fiji Green. HEX triplet: 50, 74 and 07. RGB value is (80,116,7). Sum of RGB (Red+Green+Blue) = 80+116+7=203 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.41% from 203); Green value is 116 (45.70% from 255 or 57.14% from 203); Blue value is 7 (3.12% from 255 or 3.45% from 203); Max value from RGB is 116 - color contains mainly: green. Hex color #507407 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507407 is #AF8BF8. Grayscale: #5D5D5D. Windows color (decimal): -11504633 or 488528. OLE color: 488528.

HSL color Cylindrical-coordinate representation of color #507407: hue angle of 79.82º degrees, saturation: 0.89, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #507407 is Cyan = 0.31, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 116 7 -
CMYK 0.31 0 0.94 0.55
HSL 79.82º 0.89% 0.24% -
HSV(B) 79.82º 0.94% 0.45% -
XYZ 9.59 14.21 2.44 -
YUV 92.81 79.57 118.86 -
System Red Green Blue C M Y K H S L
Decimal 80 116 7 0.31 0 0.94 0.55 79.82 0.89 0.24
Hex 50 74 7 1F 0 5E 37 50 59 18
Octal 120 164 7 37 0 136 67 120 131 30
Binary 1010000 1110100 111 11111 0 1011110 110111 1010000 1011001 11000

Color Harmonies of #507407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507407

Black with #507407

Text Example


Text Example

White with #507407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507407; }

 p { color: rgb(80,116,7); }

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

background-color css

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

 a { background-color: rgb(80,116,7); }

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

border-color css

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

 span { border-color: rgb(80,116,7); }

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