#657016

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

Shades of Fiji Green #657016

Tints of Fiji Green #657016

Color information

#657016 (or 0x657016) is unknown color: approx Fiji Green. HEX triplet: 65, 70 and 16. RGB value is (101,112,22). Sum of RGB (Red+Green+Blue) = 101+112+22=235 (31% of max value = 765). Red value is 101 (39.84% from 255 or 42.98% from 235); Green value is 112 (44.14% from 255 or 47.66% from 235); Blue value is 22 (8.98% from 255 or 9.36% from 235); Max value from RGB is 112 - color contains mainly: green. Hex color #657016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #657016 is #9A8FE9. Grayscale: #626262. Windows color (decimal): -10129386 or 1470565. OLE color: 1470565.

HSL color Cylindrical-coordinate representation of color #657016: hue angle of 67.33º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #657016 is Cyan = 0.10, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.56.

Color convert

RGB10111222-
CMYK0.1000.800.56
HSL67.33º67.16%26.27%-
HSV(B)67.33º80.36%43.92%-
XYZ11.3114.412.95-
YUV98.4584.86129.82-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 42.98%
GREEN value IS 112 (44.14% from 255) = 47.66%
BLUE value IS 22 (8.98% from 255) = 9.36%
R=42.98%
G=47.66%
B=9.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal101112220.1000.800.5667.3367.1626.27
Hex657016A0503843431a
Octal145160261201207010310332
Binary11001011110000101101010010100001110001000011100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #657016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #657016; }

 p { color: rgb(101,112,22); }

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

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

 a { background-color: rgb(101,112,22); }

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

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

 span { border-color: rgb(101,112,22); }

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