Html Css Color HEX #507608 Fiji Green

📋 copy color: '#507608'

red 80 ◦ green 118 ◦ blue 8

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

Shades of Fiji Green #507608

Tints of Fiji Green #507608

RGB

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

 GREEN value IS 118 (46.48% from 255) = 57.28%

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

R = 38.83%
G = 57.28%
B = 3.88%

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

#507608 (or 0x507608) is known color: Fiji Green. HEX triplet: 50, 76 and 08. RGB value is (80,118,8). Sum of RGB (Red+Green+Blue) = 80+118+8=206 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.83% from 206); Green value is 118 (46.48% from 255 or 57.28% from 206); Blue value is 8 (3.52% from 255 or 3.88% from 206); Max value from RGB is 118 - color contains mainly: green. Hex color #507608 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507608 is #AF89F7. Grayscale: #5E5E5E. Windows color (decimal): -11504120 or 554576. OLE color: 554576.

HSL color Cylindrical-coordinate representation of color #507608: hue angle of 80.73º 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 #507608 is Cyan = 0.32, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.54.

Color convert

RGB 80 118 8 -
CMYK 0.32 0 0.93 0.54
HSL 80.73º 0.87% 0.25% -
HSV(B) 80.73º 0.93% 0.46% -
XYZ 9.83 14.68 2.55 -
YUV 94.1 79.41 117.94 -
System Red Green Blue C M Y K H S L
Decimal 80 118 8 0.32 0 0.93 0.54 80.73 0.87 0.25
Hex 50 76 8 20 0 5D 36 51 57 19
Octal 120 166 10 40 0 135 66 121 127 31
Binary 1010000 1110110 1000 100000 0 1011101 110110 1010001 1010111 11001

Color Harmonies of #507608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507608

Black with #507608

Text Example


Text Example

White with #507608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507608; }

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

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

background-color css

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

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

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

border-color css

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

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

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