Html Css Color HEX #617402 Fiji Green

📋 copy color: '#617402'

red 97 ◦ green 116 ◦ blue 2

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

Shades of Fiji Green #617402

Tints of Fiji Green #617402

RGB

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

 GREEN value IS 116 (45.7% from 255) = 53.95%

 BLUE value IS 2 (1.17% from 255) = 0.93%

R = 45.12%
G = 53.95%
B = 0.93%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#617402 (or 0x617402) is known color: Fiji Green. HEX triplet: 61, 74 and 02. RGB value is (97,116,2). Sum of RGB (Red+Green+Blue) = 97+116+2=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 116 (45.70% from 255 or 53.95% from 215); Blue value is 2 (1.17% from 255 or 0.93% from 215); Max value from RGB is 116 - color contains mainly: green. Hex color #617402 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #617402 is #9E8BFD. Grayscale: #616161. Windows color (decimal): -10390526 or 160865. OLE color: 160865.

HSL color Cylindrical-coordinate representation of color #617402: hue angle of 70º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #617402 is Cyan = 0.16, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.

Color convert

RGB 97 116 2 -
CMYK 0.16 0 0.98 0.55
HSL 70º 0.97% 0.23% -
HSV(B) 70º 0.98% 0.45% -
XYZ 11.19 15.04 2.37 -
YUV 97.32 74.21 127.77 -
System Red Green Blue C M Y K H S L
Decimal 97 116 2 0.16 0 0.98 0.55 70 0.97 0.23
Hex 61 74 2 10 0 62 37 46 61 17
Octal 141 164 2 20 0 142 67 106 141 27
Binary 1100001 1110100 10 10000 0 1100010 110111 1000110 1100001 10111

Color Harmonies of #617402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617402

Black with #617402

Text Example


Text Example

White with #617402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617402; }

 p { color: rgb(97,116,2); }

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

background-color css

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

 a { background-color: rgb(97,116,2); }

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

border-color css

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

 span { border-color: rgb(97,116,2); }

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