#61731B

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

Shades of Fiji Green #61731B

Tints of Fiji Green #61731B

Color information

#61731B (or 0x61731B) is unknown color: approx Fiji Green. HEX triplet: 61, 73 and 1B. RGB value is (97,115,27). Sum of RGB (Red+Green+Blue) = 97+115+27=239 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.59% from 239); Green value is 115 (45.31% from 255 or 48.12% from 239); Blue value is 27 (10.94% from 255 or 11.30% from 239); Max value from RGB is 115 - color contains mainly: green. Hex color #61731B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61731B is #9E8CE4. Grayscale: #636363. Windows color (decimal): -10390757 or 1799009. OLE color: 1799009.

HSL color Cylindrical-coordinate representation of color #61731B: hue angle of 72.27º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #61731B is Cyan = 0.16, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.55.

Color convert

RGB9711527-
CMYK0.1600.770.55
HSL72.27º61.97%27.84%-
HSV(B)72.27º76.52%45.1%-
XYZ11.2614.883.32-
YUV99.5987.04126.16-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.59%
GREEN value IS 115 (45.31% from 255) = 48.12%
BLUE value IS 27 (10.94% from 255) = 11.30%
R=40.59%
G=48.12%
B=11.30%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal97115270.1600.770.5572.2761.9727.84
Hex61731B1004D37483e1c
Octal14116333200115671107634
Binary11000011110011110111000001001101110111100100011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61731B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61731B; }

 p { color: rgb(97,115,27); }

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

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

 a { background-color: rgb(97,115,27); }

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

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

 span { border-color: rgb(97,115,27); }

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