#687020

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

Shades of Fiji Green #687020

Tints of Fiji Green #687020

Color information

#687020 (or 0x687020) is unknown color: approx Fiji Green. HEX triplet: 68, 70 and 20. RGB value is (104,112,32). Sum of RGB (Red+Green+Blue) = 104+112+32=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 112 (44.14% from 255 or 45.16% from 248); Blue value is 32 (12.89% from 255 or 12.90% from 248); Max value from RGB is 112 - color contains mainly: green. Hex color #687020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #687020 is #978FDF. Grayscale: #646464. Windows color (decimal): -9932768 or 2125928. OLE color: 2125928.

HSL color Cylindrical-coordinate representation of color #687020: hue angle of 66º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #687020 is Cyan = 0.07, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB10411232-
CMYK0.0700.710.56
HSL66º55.56%28.24%-
HSV(B)66º71.43%43.92%-
XYZ11.7614.643.57-
YUV100.4989.35130.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.94%
GREEN value IS 112 (44.14% from 255) = 45.16%
BLUE value IS 32 (12.89% from 255) = 12.90%
R=41.94%
G=45.16%
B=12.90%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104112320.0700.710.566655.5628.24
Hex68702070473842381c
Octal1501604070107701027034
Binary1101000111000010000011101000111111000100001011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #687020

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #687020; }

 p { color: rgb(104,112,32); }

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

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

 a { background-color: rgb(104,112,32); }

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

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

 span { border-color: rgb(104,112,32); }

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