Html Css Color HEX #617505 Fiji Green

📋 copy color: '#617505'

red 97 ◦ green 117 ◦ blue 5

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

Shades of Fiji Green #617505

Tints of Fiji Green #617505

RGB

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

 GREEN value IS 117 (46.09% from 255) = 53.42%

 BLUE value IS 5 (2.34% from 255) = 2.28%

R = 44.29%
G = 53.42%
B = 2.28%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#617505 (or 0x617505) is known color: Fiji Green. HEX triplet: 61, 75 and 05. RGB value is (97,117,5). Sum of RGB (Red+Green+Blue) = 97+117+5=219 (29% of max value = 765). Red value is 97 (38.28% from 255 or 44.29% from 219); Green value is 117 (46.09% from 255 or 53.42% from 219); Blue value is 5 (2.34% from 255 or 2.28% from 219); Max value from RGB is 117 - color contains mainly: green. Hex color #617505 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #617505 is #9E8AFA. Grayscale: #626262. Windows color (decimal): -10390267 or 357729. OLE color: 357729.

HSL color Cylindrical-coordinate representation of color #617505: hue angle of 70.71º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #617505 is Cyan = 0.17, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.54.

Color convert

RGB 97 117 5 -
CMYK 0.17 0 0.96 0.54
HSL 70.71º 0.92% 0.24% -
HSV(B) 70.71º 0.96% 0.46% -
XYZ 11.32 15.27 2.5 -
YUV 98.25 75.37 127.11 -
System Red Green Blue C M Y K H S L
Decimal 97 117 5 0.17 0 0.96 0.54 70.71 0.92 0.24
Hex 61 75 5 11 0 60 36 47 5C 18
Octal 141 165 5 21 0 140 66 107 134 30
Binary 1100001 1110101 101 10001 0 1100000 110110 1000111 1011100 11000

Color Harmonies of #617505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617505

Black with #617505

Text Example


Text Example

White with #617505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617505; }

 p { color: rgb(97,117,5); }

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

background-color css

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

 a { background-color: rgb(97,117,5); }

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

border-color css

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

 span { border-color: rgb(97,117,5); }

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