Html Css Color HEX #61721F Fiji Green

📋 copy color: '#61721F'

red 97 ◦ green 114 ◦ blue 31

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

Shades of Fiji Green #61721F

Tints of Fiji Green #61721F

RGB

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

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

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

R = 40.08%
G = 47.11%
B = 12.81%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.73

 K value IS 0.55

RGB Variations

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

Color information

#61721F (or 0x61721F) is known color: Fiji Green. HEX triplet: 61, 72 and 1F. RGB value is (97,114,31). Sum of RGB (Red+Green+Blue) = 97+114+31=242 (32% of max value = 765). Red value is 97 (38.28% from 255 or 40.08% from 242); Green value is 114 (44.92% from 255 or 47.11% from 242); Blue value is 31 (12.5% from 255 or 12.81% from 242); Max value from RGB is 114 - color contains mainly: green. Hex color #61721F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61721F is #9E8DE0. Grayscale: #636363. Windows color (decimal): -10391009 or 2060897. OLE color: 2060897.

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

Color convert

RGB 97 114 31 -
CMYK 0.15 0 0.73 0.55
HSL 72.29º 0.57% 0.28% -
HSV(B) 72.29º 0.73% 0.45% -
XYZ 11.19 14.67 3.54 -
YUV 99.46 89.37 126.25 -
System Red Green Blue C M Y K H S L
Decimal 97 114 31 0.15 0 0.73 0.55 72.29 0.57 0.28
Hex 61 72 1F F 0 49 37 48 39 1C
Octal 141 162 37 17 0 111 67 110 71 34
Binary 1100001 1110010 11111 1111 0 1001001 110111 1001000 111001 11100

Color Harmonies of #61721F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61721F

Black with #61721F

Text Example


Text Example

White with #61721F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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