Html Css Color HEX #61711F Fiji Green

📋 copy color: '#61711F'

red 97 ◦ green 113 ◦ blue 31

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

Shades of Fiji Green #61711F

Tints of Fiji Green #61711F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 46.89%

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

R = 40.25%
G = 46.89%
B = 12.86%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.73

 K value IS 0.56

RGB Variations

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

Color information

#61711F (or 0x61711F) is known color: Fiji Green. HEX triplet: 61, 71 and 1F. RGB value is (97,113,31). Sum of RGB (Red+Green+Blue) = 97+113+31=241 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.25% from 241); Green value is 113 (44.53% from 255 or 46.89% from 241); Blue value is 31 (12.5% from 255 or 12.86% from 241); Max value from RGB is 113 - color contains mainly: green. Hex color #61711F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61711F is #9E8EE0. Grayscale: #636363. Windows color (decimal): -10391265 or 2060641. OLE color: 2060641.

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

Color convert

RGB 97 113 31 -
CMYK 0.14 0 0.73 0.56
HSL 71.71º 0.57% 0.28% -
HSV(B) 71.71º 0.73% 0.44% -
XYZ 11.08 14.45 3.5 -
YUV 98.87 89.7 126.67 -
System Red Green Blue C M Y K H S L
Decimal 97 113 31 0.14 0 0.73 0.56 71.71 0.57 0.28
Hex 61 71 1F E 0 49 38 48 39 1C
Octal 141 161 37 16 0 111 70 110 71 34
Binary 1100001 1110001 11111 1110 0 1001001 111000 1001000 111001 11100

Color Harmonies of #61711F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61711F

Black with #61711F

Text Example


Text Example

White with #61711F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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