Html Css Color HEX #616207 Fiji Green

📋 copy color: '#616207'

red 97 ◦ green 98 ◦ blue 7

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

Shades of Fiji Green #616207

Tints of Fiji Green #616207

RGB

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

 GREEN value IS 98 (38.67% from 255) = 48.51%

 BLUE value IS 7 (3.13% from 255) = 3.47%

R = 48.02%
G = 48.51%
B = 3.47%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.93

 K value IS 0.62

RGB Variations

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

Color information

#616207 (or 0x616207) is known color: Fiji Green. HEX triplet: 61, 62 and 07. RGB value is (97,98,7). Sum of RGB (Red+Green+Blue) = 97+98+7=202 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.02% from 202); Green value is 98 (38.67% from 255 or 48.51% from 202); Blue value is 7 (3.12% from 255 or 3.47% from 202); Max value from RGB is 98 - color contains mainly: green. Hex color #616207 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #616207 is #9E9DF8. Grayscale: #575757. Windows color (decimal): -10395129 or 483937. OLE color: 483937.

HSL color Cylindrical-coordinate representation of color #616207: hue angle of 60.66º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #616207 is Cyan = 0.01, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 98 7 -
CMYK 0.01 0 0.93 0.62
HSL 60.66º 0.87% 0.21% -
HSV(B) 60.66º 0.93% 0.38% -
XYZ 9.34 11.29 1.89 -
YUV 87.33 82.67 134.9 -
System Red Green Blue C M Y K H S L
Decimal 97 98 7 0.01 0 0.93 0.62 60.66 0.87 0.21
Hex 61 62 7 1 0 5D 3E 3D 57 15
Octal 141 142 7 1 0 135 76 75 127 25
Binary 1100001 1100010 111 1 0 1011101 111110 111101 1010111 10101

Color Harmonies of #616207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616207

Black with #616207

Text Example


Text Example

White with #616207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616207; }

 p { color: rgb(97,98,7); }

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

background-color css

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

 a { background-color: rgb(97,98,7); }

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

border-color css

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

 span { border-color: rgb(97,98,7); }

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