Html Css Color HEX #507702 Fiji Green

📋 copy color: '#507702'

red 80 ◦ green 119 ◦ blue 2

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

Shades of Fiji Green #507702

Tints of Fiji Green #507702

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1%

R = 39.8%
G = 59.2%
B = 1%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#507702 (or 0x507702) is known color: Fiji Green. HEX triplet: 50, 77 and 02. RGB value is (80,119,2). Sum of RGB (Red+Green+Blue) = 80+119+2=201 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.80% from 201); Green value is 119 (46.88% from 255 or 59.20% from 201); Blue value is 2 (1.17% from 255 or 1.00% from 201); Max value from RGB is 119 - color contains mainly: green. Hex color #507702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507702 is #AF88FD. Grayscale: #5E5E5E. Windows color (decimal): -11503870 or 161616. OLE color: 161616.

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

Color convert

RGB 80 119 2 -
CMYK 0.33 0 0.98 0.53
HSL 80º 0.97% 0.24% -
HSV(B) 80º 0.98% 0.47% -
XYZ 9.92 14.9 2.41 -
YUV 94 76.08 118.01 -
System Red Green Blue C M Y K H S L
Decimal 80 119 2 0.33 0 0.98 0.53 80 0.97 0.24
Hex 50 77 2 21 0 62 35 50 61 18
Octal 120 167 2 41 0 142 65 120 141 30
Binary 1010000 1110111 10 100001 0 1100010 110101 1010000 1100001 11000

Color Harmonies of #507702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507702

Black with #507702

Text Example


Text Example

White with #507702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507702; }

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

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

background-color css

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

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

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

border-color css

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

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

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