#61690A

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

Shades of Fiji Green #61690A

Tints of Fiji Green #61690A

Color information

#61690A (or 0x61690A) is unknown color: approx Fiji Green. HEX triplet: 61, 69 and 0A. RGB value is (97,105,10). Sum of RGB (Red+Green+Blue) = 97+105+10=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 105 (41.41% from 255 or 49.53% from 212); Blue value is 10 (4.30% from 255 or 4.72% from 212); Max value from RGB is 105 - color contains mainly: green. Hex color #61690A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #61690A is #9E96F5. Grayscale: #5C5C5C. Windows color (decimal): -10393334 or 682337. OLE color: 682337.

HSL color Cylindrical-coordinate representation of color #61690A: hue angle of 65.05º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #61690A is Cyan = 0.08, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.59.

Color convert

RGB9710510-
CMYK0.0800.900.59
HSL65.05º82.61%22.55%-
HSV(B)65.05º90.48%41.18%-
XYZ10.0412.672.2-
YUV91.7881.85131.72-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.75%
GREEN value IS 105 (41.41% from 255) = 49.53%
BLUE value IS 10 (4.30% from 255) = 4.72%
R=45.75%
G=49.53%
B=4.72%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal97105100.0800.900.5965.0582.6122.55
Hex6169A805A3B415317
Octal141151121001327310112327
Binary1100001110100110101000010110101110111000001101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61690A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61690A; }

 p { color: rgb(97,105,10); }

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

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

 a { background-color: rgb(97,105,10); }

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

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

 span { border-color: rgb(97,105,10); }

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