Html Css Color HEX #61781F Fiji Green

📋 copy color: '#61781F'

red 97 ◦ green 120 ◦ blue 31

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

Shades of Fiji Green #61781F

Tints of Fiji Green #61781F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 48.39%

 BLUE value IS 31 (12.5% from 255) = 12.5%

R = 39.11%
G = 48.39%
B = 12.5%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.74

 K value IS 0.53

RGB Variations

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

Color information

#61781F (or 0x61781F) is known color: Fiji Green. HEX triplet: 61, 78 and 1F. RGB value is (97,120,31). Sum of RGB (Red+Green+Blue) = 97+120+31=248 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.11% from 248); Green value is 120 (47.27% from 255 or 48.39% from 248); Blue value is 31 (12.5% from 255 or 12.5% from 248); Max value from RGB is 120 - color contains mainly: green. Hex color #61781F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61781F is #9E87E0. Grayscale: #676767. Windows color (decimal): -10389473 or 2062433. OLE color: 2062433.

HSL color Cylindrical-coordinate representation of color #61781F: hue angle of 75.51º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #61781F is Cyan = 0.19, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.53.

Color convert

RGB 97 120 31 -
CMYK 0.19 0 0.74 0.53
HSL 75.51º 0.59% 0.3% -
HSV(B) 75.51º 0.74% 0.47% -
XYZ 11.89 16.07 3.77 -
YUV 102.98 87.38 123.74 -
System Red Green Blue C M Y K H S L
Decimal 97 120 31 0.19 0 0.74 0.53 75.51 0.59 0.3
Hex 61 78 1F 13 0 4A 35 4C 3B 1E
Octal 141 170 37 23 0 112 65 114 73 36
Binary 1100001 1111000 11111 10011 0 1001010 110101 1001100 111011 11110

Color Harmonies of #61781F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61781F

Black with #61781F

Text Example


Text Example

White with #61781F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61781F; }

 p { color: rgb(97,120,31); }

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

background-color css

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

 a { background-color: rgb(97,120,31); }

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

border-color css

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

 span { border-color: rgb(97,120,31); }

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