Html Css Color HEX #617702 Fiji Green

📋 copy color: '#617702'

red 97 ◦ green 119 ◦ blue 2

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

Shades of Fiji Green #617702

Tints of Fiji Green #617702

RGB

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

 GREEN value IS 119 (46.88% from 255) = 54.59%

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

R = 44.5%
G = 54.59%
B = 0.92%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.98

 K value IS 0.53

RGB Variations

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

Color information

#617702 (or 0x617702) is known color: Fiji Green. HEX triplet: 61, 77 and 02. RGB value is (97,119,2). Sum of RGB (Red+Green+Blue) = 97+119+2=218 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.50% from 218); Green value is 119 (46.88% from 255 or 54.59% from 218); Blue value is 2 (1.17% from 255 or 0.92% from 218); Max value from RGB is 119 - color contains mainly: green. Hex color #617702 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #617702 is #9E88FD. Grayscale: #636363. Windows color (decimal): -10389758 or 161633. OLE color: 161633.

HSL color Cylindrical-coordinate representation of color #617702: hue angle of 71.28º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #617702 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.53.

Color convert

RGB 97 119 2 -
CMYK 0.18 0 0.98 0.53
HSL 71.28º 0.97% 0.24% -
HSV(B) 71.28º 0.98% 0.47% -
XYZ 11.54 15.74 2.49 -
YUV 99.08 73.21 126.51 -
System Red Green Blue C M Y K H S L
Decimal 97 119 2 0.18 0 0.98 0.53 71.28 0.97 0.24
Hex 61 77 2 12 0 62 35 47 61 18
Octal 141 167 2 22 0 142 65 107 141 30
Binary 1100001 1110111 10 10010 0 1100010 110101 1000111 1100001 11000

Color Harmonies of #617702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617702

Black with #617702

Text Example


Text Example

White with #617702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617702; }

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

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

background-color css

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

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

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

border-color css

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

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

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