#617B12

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

Shades of Fiji Green #617B12

Tints of Fiji Green #617B12

Color information

#617B12 (or 0x617B12) is unknown color: approx Fiji Green. HEX triplet: 61, 7B and 12. RGB value is (97,123,18). Sum of RGB (Red+Green+Blue) = 97+123+18=238 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.76% from 238); Green value is 123 (48.44% from 255 or 51.68% from 238); Blue value is 18 (7.42% from 255 or 7.56% from 238); Max value from RGB is 123 - color contains mainly: green. Hex color #617B12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #617B12 is #9E84ED. Grayscale: #676767. Windows color (decimal): -10388718 or 1211233. OLE color: 1211233.

HSL color Cylindrical-coordinate representation of color #617B12: hue angle of 74.86º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #617B12 is Cyan = 0.21, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.52.

Color convert

RGB9712318-
CMYK0.2100.850.52
HSL74.86º74.47%27.65%-
HSV(B)74.86º85.37%48.24%-
XYZ12.1216.753.17-
YUV103.2679.89123.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 40.76%
GREEN value IS 123 (48.44% from 255) = 51.68%
BLUE value IS 18 (7.42% from 255) = 7.56%
R=40.76%
G=51.68%
B=7.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal97123180.2100.850.5274.8674.4727.65
Hex617B1215055344b4a1c
Octal141173222501256411311234
Binary110000111110111001010101010101011101001001011100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #617B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #617B12; }

 p { color: rgb(97,123,18); }

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

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

 a { background-color: rgb(97,123,18); }

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

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

 span { border-color: rgb(97,123,18); }

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