Html Css Color HEX #617200 Fiji Green

📋 copy color: '#617200'

red 97 ◦ green 114 ◦ blue 0

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

Shades of Fiji Green #617200

Tints of Fiji Green #617200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 45.97%
G = 54.03%
B = 0%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#617200 (or 0x617200) is known color: Fiji Green. HEX triplet: 61, 72 and 00. RGB value is (97,114,0). Sum of RGB (Red+Green+Blue) = 97+114+0=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 114 (44.92% from 255 or 54.03% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 114 - color contains mainly: green. Hex color #617200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #617200 is #9E8DFF. Grayscale: #606060. Windows color (decimal): -10391040 or 29281. OLE color: 29281.

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

Color convert

RGB 97 114 0 -
CMYK 0.15 0 1 0.55
HSL 68.95º 1% 0.22% -
HSV(B) 68.95º 1% 0.45% -
XYZ 10.95 14.58 2.24 -
YUV 95.92 73.87 128.77 -
System Red Green Blue C M Y K H S L
Decimal 97 114 0 0.15 0 1 0.55 68.95 1 0.22
Hex 61 72 0 F 0 64 37 45 64 16
Octal 141 162 0 17 0 144 67 105 144 26
Binary 1100001 1110010 0 1111 0 1100100 110111 1000101 1100100 10110

Color Harmonies of #617200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #617200

Black with #617200

Text Example


Text Example

White with #617200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #617200; }

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

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

background-color css

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

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

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

border-color css

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

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

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