#61690F

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

Shades of Fiji Green #61690F

Tints of Fiji Green #61690F

Color information

#61690F (or 0x61690F) is unknown color: approx Fiji Green. HEX triplet: 61, 69 and 0F. RGB value is (97,105,15). Sum of RGB (Red+Green+Blue) = 97+105+15=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 105 (41.41% from 255 or 48.39% from 217); Blue value is 15 (6.25% from 255 or 6.91% from 217); Max value from RGB is 105 - color contains mainly: green. Hex color #61690F is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #61690F is #9E96F0. Grayscale: #5C5C5C. Windows color (decimal): -10393329 or 1010017. OLE color: 1010017.

HSL color Cylindrical-coordinate representation of color #61690F: hue angle of 65.33º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #61690F is Cyan = 0.08, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB9710515-
CMYK0.0800.860.59
HSL65.33º75%23.53%-
HSV(B)65.33º85.71%41.18%-
XYZ10.0712.682.37-
YUV92.3584.35131.32-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.70%
GREEN value IS 105 (41.41% from 255) = 48.39%
BLUE value IS 15 (6.25% from 255) = 6.91%
R=44.70%
G=48.39%
B=6.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal97105150.0800.860.5965.337523.53
Hex6169F80563B414b18
Octal141151171001267310111330
Binary1100001110100111111000010101101110111000001100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61690F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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