Html Css Color HEX #507705 Fiji Green

📋 copy color: '#507705'

red 80 ◦ green 119 ◦ blue 5

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

Shades of Fiji Green #507705

Tints of Fiji Green #507705

RGB

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

 GREEN value IS 119 (46.88% from 255) = 58.33%

 BLUE value IS 5 (2.34% from 255) = 2.45%

R = 39.22%
G = 58.33%
B = 2.45%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.96

 K value IS 0.53

RGB Variations

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

Color information

#507705 (or 0x507705) is known color: Fiji Green. HEX triplet: 50, 77 and 05. RGB value is (80,119,5). Sum of RGB (Red+Green+Blue) = 80+119+5=204 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.22% from 204); Green value is 119 (46.88% from 255 or 58.33% from 204); Blue value is 5 (2.34% from 255 or 2.45% from 204); Max value from RGB is 119 - color contains mainly: green. Hex color #507705 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507705 is #AF88FA. Grayscale: #5E5E5E. Windows color (decimal): -11503867 or 358224. OLE color: 358224.

HSL color Cylindrical-coordinate representation of color #507705: hue angle of 80.53º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #507705 is Cyan = 0.33, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 119 5 -
CMYK 0.33 0 0.96 0.53
HSL 80.53º 0.92% 0.24% -
HSV(B) 80.53º 0.96% 0.47% -
XYZ 9.93 14.91 2.5 -
YUV 94.34 77.58 117.77 -
System Red Green Blue C M Y K H S L
Decimal 80 119 5 0.33 0 0.96 0.53 80.53 0.92 0.24
Hex 50 77 5 21 0 60 35 51 5C 18
Octal 120 167 5 41 0 140 65 121 134 30
Binary 1010000 1110111 101 100001 0 1100000 110101 1010001 1011100 11000

Color Harmonies of #507705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507705

Black with #507705

Text Example


Text Example

White with #507705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507705; }

 p { color: rgb(80,119,5); }

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

background-color css

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

 a { background-color: rgb(80,119,5); }

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

border-color css

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

 span { border-color: rgb(80,119,5); }

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