Html Css Color HEX #61731C Fiji Green

📋 copy color: '#61731C'

red 97 ◦ green 115 ◦ blue 28

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

Shades of Fiji Green #61731C

Tints of Fiji Green #61731C

RGB

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

 GREEN value IS 115 (45.31% from 255) = 47.92%

 BLUE value IS 28 (11.33% from 255) = 11.67%

R = 40.42%
G = 47.92%
B = 11.67%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.76

 K value IS 0.55

RGB Variations

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

Color information

#61731C (or 0x61731C) is known color: Fiji Green. HEX triplet: 61, 73 and 1C. RGB value is (97,115,28). Sum of RGB (Red+Green+Blue) = 97+115+28=240 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.42% from 240); Green value is 115 (45.31% from 255 or 47.92% from 240); Blue value is 28 (11.33% from 255 or 11.67% from 240); Max value from RGB is 115 - color contains mainly: green. Hex color #61731C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61731C is #9E8CE3. Grayscale: #646464. Windows color (decimal): -10390756 or 1864545. OLE color: 1864545.

HSL color Cylindrical-coordinate representation of color #61731C: hue angle of 72.41º degrees, saturation: 0.61, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #61731C is Cyan = 0.16, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.55.

Color convert

RGB 97 115 28 -
CMYK 0.16 0 0.76 0.55
HSL 72.41º 0.61% 0.28% -
HSV(B) 72.41º 0.76% 0.45% -
XYZ 11.27 14.89 3.38 -
YUV 99.7 87.54 126.07 -
System Red Green Blue C M Y K H S L
Decimal 97 115 28 0.16 0 0.76 0.55 72.41 0.61 0.28
Hex 61 73 1C 10 0 4C 37 48 3D 1C
Octal 141 163 34 20 0 114 67 110 75 34
Binary 1100001 1110011 11100 10000 0 1001100 110111 1001000 111101 11100

Color Harmonies of #61731C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61731C

Black with #61731C

Text Example


Text Example

White with #61731C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61731C; }

 p { color: rgb(97,115,28); }

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

background-color css

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

 a { background-color: rgb(97,115,28); }

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

border-color css

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

 span { border-color: rgb(97,115,28); }

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