Html Css Color HEX #617206 Fiji Green

📋 copy color: '#617206'

red 97 ◦ green 114 ◦ blue 6

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

Shades of Fiji Green #617206

Tints of Fiji Green #617206

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.76%

R = 44.7%
G = 52.53%
B = 2.76%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#617206 (or 0x617206) is known color: Fiji Green. HEX triplet: 61, 72 and 06. RGB value is (97,114,6). Sum of RGB (Red+Green+Blue) = 97+114+6=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 114 (44.92% from 255 or 52.53% from 217); Blue value is 6 (2.73% from 255 or 2.76% from 217); Max value from RGB is 114 - color contains mainly: green. Hex color #617206 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #617206 is #9E8DF9. Grayscale: #616161. Windows color (decimal): -10391034 or 422497. OLE color: 422497.

HSL color Cylindrical-coordinate representation of color #617206: hue angle of 69.44º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #617206 is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.55.

Color convert

RGB 97 114 6 -
CMYK 0.15 0 0.95 0.55
HSL 69.44º 0.9% 0.24% -
HSV(B) 69.44º 0.95% 0.45% -
XYZ 10.98 14.59 2.41 -
YUV 96.61 76.87 128.28 -
System Red Green Blue C M Y K H S L
Decimal 97 114 6 0.15 0 0.95 0.55 69.44 0.9 0.24
Hex 61 72 6 F 0 5F 37 45 5A 18
Octal 141 162 6 17 0 137 67 105 132 30
Binary 1100001 1110010 110 1111 0 1011111 110111 1000101 1011010 11000

Color Harmonies of #617206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617206

Black with #617206

Text Example


Text Example

White with #617206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617206; }

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

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

background-color css

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

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

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

border-color css

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

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

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