Html Css Color HEX #507207 Fiji Green

📋 copy color: '#507207'

red 80 ◦ green 114 ◦ blue 7

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

Shades of Fiji Green #507207

Tints of Fiji Green #507207

RGB

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

 GREEN value IS 114 (44.92% from 255) = 56.72%

 BLUE value IS 7 (3.13% from 255) = 3.48%

R = 39.8%
G = 56.72%
B = 3.48%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.94

 K value IS 0.55

RGB Variations

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

Color information

#507207 (or 0x507207) is known color: Fiji Green. HEX triplet: 50, 72 and 07. RGB value is (80,114,7). Sum of RGB (Red+Green+Blue) = 80+114+7=201 (26% of max value = 765). Red value is 80 (31.64% from 255 or 39.80% from 201); Green value is 114 (44.92% from 255 or 56.72% from 201); Blue value is 7 (3.12% from 255 or 3.48% from 201); Max value from RGB is 114 - color contains mainly: green. Hex color #507207 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507207 is #AF8DF8. Grayscale: #5C5C5C. Windows color (decimal): -11505145 or 488016. OLE color: 488016.

HSL color Cylindrical-coordinate representation of color #507207: hue angle of 79.07º degrees, saturation: 0.88, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #507207 is Cyan = 0.30, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.55.

Color convert

RGB 80 114 7 -
CMYK 0.30 0 0.94 0.55
HSL 79.07º 0.88% 0.24% -
HSV(B) 79.07º 0.94% 0.45% -
XYZ 9.36 13.76 2.36 -
YUV 91.64 80.24 119.7 -
System Red Green Blue C M Y K H S L
Decimal 80 114 7 0.30 0 0.94 0.55 79.07 0.88 0.24
Hex 50 72 7 1E 0 5E 37 4F 58 18
Octal 120 162 7 36 0 136 67 117 130 30
Binary 1010000 1110010 111 11110 0 1011110 110111 1001111 1011000 11000

Color Harmonies of #507207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507207

Black with #507207

Text Example


Text Example

White with #507207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507207; }

 p { color: rgb(80,114,7); }

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

background-color css

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

 a { background-color: rgb(80,114,7); }

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

border-color css

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

 span { border-color: rgb(80,114,7); }

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