#61730B

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

Shades of Fiji Green #61730B

Tints of Fiji Green #61730B

Color information

#61730B (or 0x61730B) is unknown color: approx Fiji Green. HEX triplet: 61, 73 and 0B. RGB value is (97,115,11). Sum of RGB (Red+Green+Blue) = 97+115+11=223 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.50% from 223); Green value is 115 (45.31% from 255 or 51.57% from 223); Blue value is 11 (4.69% from 255 or 4.93% from 223); Max value from RGB is 115 - color contains mainly: green. Hex color #61730B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #61730B is #9E8CF4. Grayscale: #626262. Windows color (decimal): -10390773 or 750433. OLE color: 750433.

HSL color Cylindrical-coordinate representation of color #61730B: hue angle of 70.38º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #61730B is Cyan = 0.16, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB9711511-
CMYK0.1600.900.55
HSL70.38º82.54%24.71%-
HSV(B)70.38º90.43%45.1%-
XYZ11.1214.832.59-
YUV97.7679.04127.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.50%
GREEN value IS 115 (45.31% from 255) = 51.57%
BLUE value IS 11 (4.69% from 255) = 4.93%
R=43.50%
G=51.57%
B=4.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal97115110.1600.900.5570.3882.5424.71
Hex6173B1005A37465319
Octal141163132001326710612331
Binary11000011110011101110000010110101101111000110101001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61730B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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