Html Css Color HEX #507205 Fiji Green

📋 copy color: '#507205'

red 80 ◦ green 114 ◦ blue 5

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

Shades of Fiji Green #507205

Tints of Fiji Green #507205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.51%

R = 40.2%
G = 57.29%
B = 2.51%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#507205 (or 0x507205) is known color: Fiji Green. HEX triplet: 50, 72 and 05. RGB value is (80,114,5). Sum of RGB (Red+Green+Blue) = 80+114+5=199 (26% of max value = 765). Red value is 80 (31.64% from 255 or 40.20% from 199); Green value is 114 (44.92% from 255 or 57.29% from 199); Blue value is 5 (2.34% from 255 or 2.51% from 199); Max value from RGB is 114 - color contains mainly: green. Hex color #507205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #507205 is #AF8DFA. Grayscale: #5B5B5B. Windows color (decimal): -11505147 or 356944. OLE color: 356944.

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

Color convert

RGB 80 114 5 -
CMYK 0.30 0 0.96 0.55
HSL 78.72º 0.92% 0.23% -
HSV(B) 78.72º 0.96% 0.45% -
XYZ 9.35 13.75 2.3 -
YUV 91.41 79.24 119.86 -
System Red Green Blue C M Y K H S L
Decimal 80 114 5 0.30 0 0.96 0.55 78.72 0.92 0.23
Hex 50 72 5 1E 0 60 37 4F 5C 17
Octal 120 162 5 36 0 140 67 117 134 27
Binary 1010000 1110010 101 11110 0 1100000 110111 1001111 1011100 10111

Color Harmonies of #507205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #507205

Black with #507205

Text Example


Text Example

White with #507205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #507205; }

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

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

background-color css

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

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

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

border-color css

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

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

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