Html Css Color HEX #617202 Fiji Green

📋 copy color: '#617202'

red 97 ◦ green 114 ◦ blue 2

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

Shades of Fiji Green #617202

Tints of Fiji Green #617202

RGB

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

 GREEN value IS 114 (44.92% from 255) = 53.52%

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

R = 45.54%
G = 53.52%
B = 0.94%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.98

 K value IS 0.55

RGB Variations

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

Color information

#617202 (or 0x617202) is known color: Fiji Green. HEX triplet: 61, 72 and 02. RGB value is (97,114,2). Sum of RGB (Red+Green+Blue) = 97+114+2=213 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.54% from 213); Green value is 114 (44.92% from 255 or 53.52% from 213); Blue value is 2 (1.17% from 255 or 0.94% from 213); Max value from RGB is 114 - color contains mainly: green. Hex color #617202 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #617202 is #9E8DFD. Grayscale: #606060. Windows color (decimal): -10391038 or 160353. OLE color: 160353.

HSL color Cylindrical-coordinate representation of color #617202: hue angle of 69.11º 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 #617202 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.55.

Color convert

RGB 97 114 2 -
CMYK 0.15 0 0.98 0.55
HSL 69.11º 0.97% 0.23% -
HSV(B) 69.11º 0.98% 0.45% -
XYZ 10.96 14.58 2.29 -
YUV 96.15 74.87 128.61 -
System Red Green Blue C M Y K H S L
Decimal 97 114 2 0.15 0 0.98 0.55 69.11 0.97 0.23
Hex 61 72 2 F 0 62 37 45 61 17
Octal 141 162 2 17 0 142 67 105 141 27
Binary 1100001 1110010 10 1111 0 1100010 110111 1000101 1100001 10111

Color Harmonies of #617202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617202

Black with #617202

Text Example


Text Example

White with #617202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617202; }

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

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

background-color css

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

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

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

border-color css

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

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

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