#717712

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

Shades of Fiji Green #717712

Tints of Fiji Green #717712

Color information

#717712 (or 0x717712) is unknown color: approx Fiji Green. HEX triplet: 71, 77 and 12. RGB value is (113,119,18). Sum of RGB (Red+Green+Blue) = 113+119+18=250 (33% of max value = 765). Red value is 113 (44.53% from 255 or 45.2% from 250); Green value is 119 (46.88% from 255 or 47.6% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 119 - color contains mainly: green. Hex color #717712 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717712 is #8E88ED. Grayscale: #6A6A6A. Windows color (decimal): -9341166 or 1210225. OLE color: 1210225.

HSL color Cylindrical-coordinate representation of color #717712: hue angle of 63.56º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #717712 is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.53.

Color convert

RGB11311918-
CMYK0.0500.850.53
HSL63.56º73.72%26.86%-
HSV(B)63.56º84.87%46.67%-
XYZ13.5216.753.09-
YUV105.6978.51133.21-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 45.2%
GREEN value IS 119 (46.88% from 255) = 47.6%
BLUE value IS 18 (7.42% from 255) = 7.2%
R=45.2%
G=47.6%
B=7.2%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113119180.0500.850.5363.5673.7226.86
Hex717712505535404a1b
Octal16116722501256510011233
Binary1110001111011110010101010101011101011000000100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717712; }

 p { color: rgb(113,119,18); }

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

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

 a { background-color: rgb(113,119,18); }

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

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

 span { border-color: rgb(113,119,18); }

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