Html Css Color HEX #507109 Fiji Green

📋 copy color: '#507109'

red 80 ◦ green 113 ◦ blue 9

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

Shades of Fiji Green #507109

Tints of Fiji Green #507109

RGB

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

 GREEN value IS 113 (44.53% from 255) = 55.94%

 BLUE value IS 9 (3.91% from 255) = 4.46%

R = 39.6%
G = 55.94%
B = 4.46%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#507109 (or 0x507109) is known color: Fiji Green. HEX triplet: 50, 71 and 09. RGB value is (80,113,9). Sum of RGB (Red+Green+Blue) = 80+113+9=202 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.60% from 202); Green value is 113 (44.53% from 255 or 55.94% from 202); Blue value is 9 (3.91% from 255 or 4.46% from 202); Max value from RGB is 113 - color contains mainly: green. Hex color #507109 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507109 is #AF8EF6. Grayscale: #5B5B5B. Windows color (decimal): -11505399 or 618832. OLE color: 618832.

HSL color Cylindrical-coordinate representation of color #507109: hue angle of 79.04º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #507109 is Cyan = 0.29, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 113 9 -
CMYK 0.29 0 0.92 0.56
HSL 79.04º 0.85% 0.24% -
HSV(B) 79.04º 0.92% 0.44% -
XYZ 9.26 13.54 2.38 -
YUV 91.28 81.57 119.96 -
System Red Green Blue C M Y K H S L
Decimal 80 113 9 0.29 0 0.92 0.56 79.04 0.85 0.24
Hex 50 71 9 1D 0 5C 38 4F 55 18
Octal 120 161 11 35 0 134 70 117 125 30
Binary 1010000 1110001 1001 11101 0 1011100 111000 1001111 1010101 11000

Color Harmonies of #507109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507109

Black with #507109

Text Example


Text Example

White with #507109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507109; }

 p { color: rgb(80,113,9); }

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

background-color css

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

 a { background-color: rgb(80,113,9); }

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

border-color css

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

 span { border-color: rgb(80,113,9); }

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