Html Css Color HEX #507708 Fiji Green

📋 copy color: '#507708'

red 80 ◦ green 119 ◦ blue 8

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

Shades of Fiji Green #507708

Tints of Fiji Green #507708

RGB

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

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

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

R = 38.65%
G = 57.49%
B = 3.86%

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

#507708 (or 0x507708) is known color: Fiji Green. HEX triplet: 50, 77 and 08. RGB value is (80,119,8). Sum of RGB (Red+Green+Blue) = 80+119+8=207 (27% of max value = 765). Red value is 80 (31.64% from 255 or 38.65% from 207); Green value is 119 (46.88% from 255 or 57.49% from 207); Blue value is 8 (3.52% from 255 or 3.86% from 207); Max value from RGB is 119 - color contains mainly: green. Hex color #507708 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507708 is #AF88F7. Grayscale: #5F5F5F. Windows color (decimal): -11503864 or 554832. OLE color: 554832.

HSL color Cylindrical-coordinate representation of color #507708: hue angle of 81.08º degrees, saturation: 0.87, 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 #507708 is Cyan = 0.33, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB 80 119 8 -
CMYK 0.33 0 0.93 0.53
HSL 81.08º 0.87% 0.25% -
HSV(B) 81.08º 0.93% 0.47% -
XYZ 9.95 14.92 2.58 -
YUV 94.69 79.08 117.53 -
System Red Green Blue C M Y K H S L
Decimal 80 119 8 0.33 0 0.93 0.53 81.08 0.87 0.25
Hex 50 77 8 21 0 5D 35 51 57 19
Octal 120 167 10 41 0 135 65 121 127 31
Binary 1010000 1110111 1000 100001 0 1011101 110101 1010001 1010111 11001

Color Harmonies of #507708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507708

Black with #507708

Text Example


Text Example

White with #507708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507708; }

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

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

background-color css

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

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

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

border-color css

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

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

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