#517702

Color #517702 Fiji Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fiji Green #517702

Tints of Fiji Green #517702

Color information

#517702 (or 0x517702) is unknown color: approx Fiji Green. HEX triplet: 51, 77 and 02. RGB value is (81,119,2). Sum of RGB (Red+Green+Blue) = 81+119+2=202 (26% of max value = 765). Red value is 81 (32.03% from 255 or 40.10% from 202); Green value is 119 (46.88% from 255 or 58.91% from 202); Blue value is 2 (1.17% from 255 or 0.99% from 202); Max value from RGB is 119 - color contains mainly: green. Hex color #517702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #517702 is #AE88FD. Grayscale: #5E5E5E. Windows color (decimal): -11438334 or 161617. OLE color: 161617.

HSL color Cylindrical-coordinate representation of color #517702: hue angle of 79.49º 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 #517702 is Cyan = 0.32, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB811192-
CMYK0.3200.980.53
HSL79.49º96.69%23.73%-
HSV(B)79.49º98.32%46.67%-
XYZ1014.952.42-
YUV94.375.91118.51-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 40.10%
GREEN value IS 119 (46.88% from 255) = 58.91%
BLUE value IS 2 (1.17% from 255) = 0.99%
R=40.10%
G=58.91%
B=0.99%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8111920.3200.980.5379.4996.6923.73
Hex5177220062354f6118
Octal12116724001426511714130
Binary1010001111011110100000011000101101011001111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #517702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #517702; }

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

 H1.HeaderClassName
 {
   color: #517702;
 }
 .AnyTagClassName
 {
   color: #517702;
 }
</style>
background-color css

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

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

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

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

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

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