Html Css Color HEX #617018 Fiji Green

📋 copy color: '#617018'

red 97 ◦ green 112 ◦ blue 24

#617018
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fiji Green #617018

Tints of Fiji Green #617018

RGB

 RED value IS 97 (38.28% from 255) = 41.63%

 GREEN value IS 112 (44.14% from 255) = 48.07%

 BLUE value IS 24 (9.77% from 255) = 10.3%

R = 41.63%
G = 48.07%
B = 10.3%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.79

 K value IS 0.56

RGB Variations

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

Color information

#617018 (or 0x617018) is known color: Fiji Green. HEX triplet: 61, 70 and 18. RGB value is (97,112,24). Sum of RGB (Red+Green+Blue) = 97+112+24=233 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.63% from 233); Green value is 112 (44.14% from 255 or 48.07% from 233); Blue value is 24 (9.77% from 255 or 10.30% from 233); Max value from RGB is 112 - color contains mainly: green. Hex color #617018 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #617018 is #9E8FE7. Grayscale: #616161. Windows color (decimal): -10391528 or 1601633. OLE color: 1601633.

HSL color Cylindrical-coordinate representation of color #617018: hue angle of 70.23º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #617018 is Cyan = 0.13, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.56.

Color convert

RGB 97 112 24 -
CMYK 0.13 0 0.79 0.56
HSL 70.23º 0.65% 0.27% -
HSV(B) 70.23º 0.79% 0.44% -
XYZ 10.89 14.2 3.03 -
YUV 97.48 86.53 127.66 -
System Red Green Blue C M Y K H S L
Decimal 97 112 24 0.13 0 0.79 0.56 70.23 0.65 0.27
Hex 61 70 18 D 0 4F 38 46 41 1B
Octal 141 160 30 15 0 117 70 106 101 33
Binary 1100001 1110000 11000 1101 0 1001111 111000 1000110 1000001 11011

Color Harmonies of #617018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617018

Black with #617018

Text Example


Text Example

White with #617018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617018; }

 p { color: rgb(97,112,24); }

 H1.HeaderClassName
 {
   color: #617018;
 }
 .AnyTagClassName
 {
   color: #617018;
 }
</style>

background-color css

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

 a { background-color: rgb(97,112,24); }

 div.DivClassName
 {
   background-color: #617018;
 }
 .BgClassName
 {
   background-color: #617018;
 }
</style>

border-color css

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

 span { border-color: rgb(97,112,24); }

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