#717912

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

Shades of Fiji Green #717912

Tints of Fiji Green #717912

Color information

#717912 (or 0x717912) is unknown color: approx Fiji Green. HEX triplet: 71, 79 and 12. RGB value is (113,121,18). Sum of RGB (Red+Green+Blue) = 113+121+18=252 (33% of max value = 765). Red value is 113 (44.53% from 255 or 44.84% from 252); Green value is 121 (47.66% from 255 or 48.02% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 121 - color contains mainly: green. Hex color #717912 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #717912 is #8E86ED. Grayscale: #6B6B6B. Windows color (decimal): -9340654 or 1210737. OLE color: 1210737.

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

Color convert

RGB11312118-
CMYK0.0700.850.53
HSL64.66º74.1%27.25%-
HSV(B)64.66º85.12%47.45%-
XYZ13.7617.233.17-
YUV106.8777.85132.38-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 44.84%
GREEN value IS 121 (47.66% from 255) = 48.02%
BLUE value IS 18 (7.42% from 255) = 7.14%
R=44.84%
G=48.02%
B=7.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal113121180.0700.850.5364.6674.127.25
Hex717912705535414a1b
Octal16117122701256510111233
Binary1110001111100110010111010101011101011000001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #717912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #717912; }

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

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

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

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

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

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

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

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