Html Css Color HEX #507508 Fiji Green

📋 copy color: '#507508'

red 80 ◦ green 117 ◦ blue 8

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

Shades of Fiji Green #507508

Tints of Fiji Green #507508

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.9%

R = 39.02%
G = 57.07%
B = 3.9%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.93

 K value IS 0.54

RGB Variations

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

Color information

#507508 (or 0x507508) is known color: Fiji Green. HEX triplet: 50, 75 and 08. RGB value is (80,117,8). Sum of RGB (Red+Green+Blue) = 80+117+8=205 (27% of max value = 765). Red value is 80 (31.64% from 255 or 39.02% from 205); Green value is 117 (46.09% from 255 or 57.07% from 205); Blue value is 8 (3.52% from 255 or 3.90% from 205); Max value from RGB is 117 - color contains mainly: green. Hex color #507508 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507508 is #AF8AF7. Grayscale: #5D5D5D. Windows color (decimal): -11504376 or 554320. OLE color: 554320.

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

Color convert

RGB 80 117 8 -
CMYK 0.32 0 0.93 0.54
HSL 80.37º 0.87% 0.25% -
HSV(B) 80.37º 0.93% 0.46% -
XYZ 9.71 14.45 2.51 -
YUV 93.51 79.74 118.36 -
System Red Green Blue C M Y K H S L
Decimal 80 117 8 0.32 0 0.93 0.54 80.37 0.87 0.25
Hex 50 75 8 20 0 5D 36 50 57 19
Octal 120 165 10 40 0 135 66 120 127 31
Binary 1010000 1110101 1000 100000 0 1011101 110110 1010000 1010111 11001

Color Harmonies of #507508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507508

Black with #507508

Text Example


Text Example

White with #507508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507508; }

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

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

background-color css

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

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

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

border-color css

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

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

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