Html Css Color HEX #507808 Fiji Green

📋 copy color: '#507808'

red 80 ◦ green 120 ◦ blue 8

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

Shades of Fiji Green #507808

Tints of Fiji Green #507808

RGB

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

 GREEN value IS 120 (47.27% from 255) = 57.69%

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

R = 38.46%
G = 57.69%
B = 3.85%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#507808 (or 0x507808) is known color: Fiji Green. HEX triplet: 50, 78 and 08. RGB value is (80,120,8). Sum of RGB (Red+Green+Blue) = 80+120+8=208 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.46% from 208); Green value is 120 (47.27% from 255 or 57.69% from 208); Blue value is 8 (3.52% from 255 or 3.85% from 208); Max value from RGB is 120 - color contains mainly: green. Hex color #507808 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507808 is #AF87F7. Grayscale: #5F5F5F. Windows color (decimal): -11503608 or 555088. OLE color: 555088.

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

Color convert

RGB 80 120 8 -
CMYK 0.33 0 0.93 0.53
HSL 81.43º 0.88% 0.25% -
HSV(B) 81.43º 0.93% 0.47% -
XYZ 10.07 15.16 2.62 -
YUV 95.27 78.75 117.11 -
System Red Green Blue C M Y K H S L
Decimal 80 120 8 0.33 0 0.93 0.53 81.43 0.88 0.25
Hex 50 78 8 21 0 5D 35 51 58 19
Octal 120 170 10 41 0 135 65 121 130 31
Binary 1010000 1111000 1000 100001 0 1011101 110101 1010001 1011000 11001

Color Harmonies of #507808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507808

Black with #507808

Text Example


Text Example

White with #507808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507808; }

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

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

background-color css

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

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

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

border-color css

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

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

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