Html Css Color HEX #507703 Fiji Green

📋 copy color: '#507703'

red 80 ◦ green 119 ◦ blue 3

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

Shades of Fiji Green #507703

Tints of Fiji Green #507703

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.49%

R = 39.6%
G = 58.91%
B = 1.49%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.97

 K value IS 0.53

RGB Variations

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

Color information

#507703 (or 0x507703) is known color: Fiji Green. HEX triplet: 50, 77 and 03. RGB value is (80,119,3). Sum of RGB (Red+Green+Blue) = 80+119+3=202 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.60% from 202); Green value is 119 (46.88% from 255 or 58.91% from 202); Blue value is 3 (1.56% from 255 or 1.49% from 202); Max value from RGB is 119 - color contains mainly: green. Hex color #507703 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507703 is #AF88FC. Grayscale: #5E5E5E. Windows color (decimal): -11503869 or 227152. OLE color: 227152.

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

Color convert

RGB 80 119 3 -
CMYK 0.33 0 0.97 0.53
HSL 80.17º 0.95% 0.24% -
HSV(B) 80.17º 0.97% 0.47% -
XYZ 9.92 14.91 2.44 -
YUV 94.12 76.58 117.93 -
System Red Green Blue C M Y K H S L
Decimal 80 119 3 0.33 0 0.97 0.53 80.17 0.95 0.24
Hex 50 77 3 21 0 61 35 50 5F 18
Octal 120 167 3 41 0 141 65 120 137 30
Binary 1010000 1110111 11 100001 0 1100001 110101 1010000 1011111 11000

Color Harmonies of #507703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507703

Black with #507703

Text Example


Text Example

White with #507703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507703; }

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

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

background-color css

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

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

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

border-color css

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

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

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