Html Css Color HEX #507707 Fiji Green

📋 copy color: '#507707'

red 80 ◦ green 119 ◦ blue 7

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

Shades of Fiji Green #507707

Tints of Fiji Green #507707

RGB

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

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

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

R = 38.83%
G = 57.77%
B = 3.4%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.94

 K value IS 0.53

RGB Variations

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

Color information

#507707 (or 0x507707) is known color: Fiji Green. HEX triplet: 50, 77 and 07. RGB value is (80,119,7). Sum of RGB (Red+Green+Blue) = 80+119+7=206 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.83% from 206); Green value is 119 (46.88% from 255 or 57.77% from 206); Blue value is 7 (3.12% from 255 or 3.40% from 206); Max value from RGB is 119 - color contains mainly: green. Hex color #507707 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507707 is #AF88F8. Grayscale: #5E5E5E. Windows color (decimal): -11503865 or 489296. OLE color: 489296.

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

Color convert

RGB 80 119 7 -
CMYK 0.33 0 0.94 0.53
HSL 80.89º 0.89% 0.25% -
HSV(B) 80.89º 0.94% 0.47% -
XYZ 9.94 14.91 2.56 -
YUV 94.57 78.58 117.61 -
System Red Green Blue C M Y K H S L
Decimal 80 119 7 0.33 0 0.94 0.53 80.89 0.89 0.25
Hex 50 77 7 21 0 5E 35 51 59 19
Octal 120 167 7 41 0 136 65 121 131 31
Binary 1010000 1110111 111 100001 0 1011110 110101 1010001 1011001 11001

Color Harmonies of #507707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507707

Black with #507707

Text Example


Text Example

White with #507707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507707; }

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

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

background-color css

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

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

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

border-color css

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

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

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